Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.constraints.ConstraintStatus
-
-
Uses of ConstraintStatus in de.rwth.swc.coffee4j.engine.configuration.model.constraints
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints that return ConstraintStatus Modifier and Type Method Description ConstraintStatusAbstractConstraint. getConstraintStatus()ConstraintStatusConstraint. getConstraintStatus()static ConstraintStatusConstraintStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstraintStatus[]ConstraintStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints with parameters of type ConstraintStatus Modifier and Type Method Description static ConstraintBuilder.Constraint1BuilderConstraintBuilder. constrain(String firstParameter, ConstraintStatus constraintStatus)static ConstraintBuilder.Constraint2BuilderConstraintBuilder. constrain(String firstParameter, String secondParameter, ConstraintStatus constraintStatus)static ConstraintBuilder.Constraint3BuilderConstraintBuilder. constrain(String firstParameter, String secondParameter, String thirdParameter, ConstraintStatus constraintStatus)static ConstraintBuilder.Constraint4BuilderConstraintBuilder. constrain(String firstParameter, String secondParameter, String thirdParameter, String fourthParameter, ConstraintStatus constraintStatus)static ConstraintBuilder.Constraint5BuilderConstraintBuilder. constrain(String firstParameter, String secondParameter, String thirdParameter, String fourthParameter, String fifthParameter, ConstraintStatus constraintStatus)static ConstraintBuilder.Constraint6BuilderConstraintBuilder. constrain(String firstParameter, String secondParameter, String thirdParameter, String fourthParameter, String fifthParameter, String sixthParameter, ConstraintStatus constraintStatus)Constructors in de.rwth.swc.coffee4j.engine.configuration.model.constraints with parameters of type ConstraintStatus Constructor Description AbstractConstraint(String name, List<String> parameterNames, ConstraintStatus constraintStatus) -
Uses of ConstraintStatus in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased
Constructors in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased with parameters of type ConstraintStatus Constructor Description MethodBasedConstraint(String name, List<String> parameterNames, ConstraintFunction constraintFunction, ConstraintStatus constraintStatus)Creates a new constraint. -
Uses of ConstraintStatus in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased
Constructors in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased with parameters of type ConstraintStatus Constructor Description TupleBasedConstraint(String name, List<String> parameterNames, ConstraintStatus constraintStatus, Combination tuple)
-