Uses of Class
xal.extension.solver.constraint.Constraint
Packages that use Constraint
-
Uses of Constraint in xal.extension.solver
Fields in xal.extension.solver declared as ConstraintFields in xal.extension.solver with type parameters of type ConstraintModifier and TypeFieldDescriptionprotected List<Constraint>
Problem.constraints
Constraints which identify unacceptable solutions.Methods in xal.extension.solver that return ConstraintMethods in xal.extension.solver that return types with arguments of type ConstraintMethods in xal.extension.solver with parameters of type ConstraintModifier and TypeMethodDescriptionvoid
Problem.addConstraint
(Constraint aConstraint) Add a Constraint object to constraintList.Method parameters in xal.extension.solver with type arguments of type ConstraintModifier and TypeMethodDescriptionvoid
Problem.setConstraints
(List<Constraint> constraints) Set the constraints.Constructors in xal.extension.solver with parameters of type ConstraintModifierConstructorDescriptionTrialVeto
(Trial trial, Constraint constraint) Constructor.TrialVeto
(Trial trial, Constraint constraint, String reason) Primary Constructor.TrialVeto
(Trial trial, Constraint constraint, String reason, Object userInfo) Primary Constructor.