Uses of Interface
de.rwth.swc.coffee4j.model.constraints.ConstraintFunction
-
Packages that use ConstraintFunction Package Description de.rwth.swc.coffee4j.model.constraints -
-
Uses of ConstraintFunction in de.rwth.swc.coffee4j.model.constraints
Subinterfaces of ConstraintFunction in de.rwth.swc.coffee4j.model.constraints Modifier and Type Interface Description interfaceBooleanFunction1<A>A helper function used to define constraints which involves one parameter.interfaceBooleanFunction2<A,B>A helper function used to define constraints which involves two parameters.interfaceBooleanFunction3<A,B,C>A helper function used to define constraints which involves three parameters.interfaceBooleanFunction4<A,B,C,D>A helper function used to define constraints which involves four parameters.interfaceBooleanFunction5<A,B,C,D,E>A helper function used to define constraints which involves five parameters.interfaceBooleanFunction6<A,B,C,D,E,F>A helper function used to define constraints which involves six parameters.Methods in de.rwth.swc.coffee4j.model.constraints that return ConstraintFunction Modifier and Type Method Description ConstraintFunctionConstraint. getConstraintFunction()Constructors in de.rwth.swc.coffee4j.model.constraints with parameters of type ConstraintFunction Constructor Description Constraint(java.lang.String name, java.util.List<java.lang.String> parameterNames, ConstraintFunction constraintFunction)Constraint(java.lang.String name, java.util.List<java.lang.String> parameterNames, ConstraintFunction constraintFunction, ConstraintStatus constraintStatus)Creates a new constraint.
-