Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased.MethodBasedConstraint
-
Packages that use MethodBasedConstraint Package Description de.rwth.swc.coffee4j.engine.configuration.model.constraints -
-
Uses of MethodBasedConstraint in de.rwth.swc.coffee4j.engine.configuration.model.constraints
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints that return MethodBasedConstraint Modifier and Type Method Description MethodBasedConstraintConstraintBuilder.Constraint1Builder. by(BooleanFunction1<?> constraint)Specified theConstraintFunctionas aBooleanFunction1for the given parameter.MethodBasedConstraintConstraintBuilder.Constraint2Builder. by(BooleanFunction2<?,?> constraint)Specified theConstraintFunctionas aBooleanFunction2for the given parameters.MethodBasedConstraintConstraintBuilder.Constraint3Builder. by(BooleanFunction3<?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction3for the given parameters.MethodBasedConstraintConstraintBuilder.Constraint4Builder. by(BooleanFunction4<?,?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction4for the given parameters.MethodBasedConstraintConstraintBuilder.Constraint5Builder. by(BooleanFunction5<?,?,?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction5for the given parameters.MethodBasedConstraintConstraintBuilder.Constraint6Builder. by(BooleanFunction6<?,?,?,?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction6for the given parameters.
-