Uses of Interface
de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased.ConstraintFunction
-
Packages that use ConstraintFunction Package Description de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased -
-
Uses of ConstraintFunction in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased
Subinterfaces of ConstraintFunction in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased 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.engine.configuration.model.constraints.methodbased that return ConstraintFunction Modifier and Type Method Description ConstraintFunctionMethodBasedConstraint. getConstraintFunction()Constructors in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased with parameters of type ConstraintFunction Constructor Description MethodBasedConstraint(String name, List<String> parameterNames, ConstraintFunction constraintFunction)Creates a constraint usingMethodBasedConstraint(String, List, ConstraintFunction, ConstraintStatus)withConstraintStatus.UNKNOWNMethodBasedConstraint(String name, List<String> parameterNames, ConstraintFunction constraintFunction, ConstraintStatus constraintStatus)Creates a new constraint.
-