Class Constraint
java.lang.Object
org.cswteams.ms3.entity.constraint.Constraint
- Direct Known Subclasses:
AdditionalConstraint,ConstraintAssegnazioneTurnoTurno,ConstraintHoliday,ConstraintNumeroDiRuoloTurno
A condition, imposed on some pianification parameter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidverifyConstraint(ContextConstraint contesto) Check if the constraint is violated.
-
Constructor Details
-
Constraint
public Constraint()
-
-
Method Details
-
verifyConstraint
public abstract void verifyConstraint(ContextConstraint contesto) throws ViolatedConstraintException Check if the constraint is violated.- Throws:
ViolatedConstraintException- if the constraint is violated.
-