Class ConstraintBuilder.Constraint3Builder
- java.lang.Object
-
- de.rwth.swc.coffee4j.model.constraints.ConstraintBuilder.Constraint3Builder
-
- Enclosing class:
- ConstraintBuilder
public static final class ConstraintBuilder.Constraint3Builder extends java.lang.ObjectBuilder for giving a constraint on three parameters the correspondingBooleanFunction3.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Constraintby(BooleanFunction3<?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction3for the given parameters.ConstraintBuilder.Constraint3BuilderwithName(java.lang.String name)
-
-
-
Method Detail
-
withName
public ConstraintBuilder.Constraint3Builder withName(java.lang.String name)
-
by
public Constraint by(BooleanFunction3<?,?,?> constraint)
Specified theConstraintFunctionas aBooleanFunction3for the given parameters.- Parameters:
constraint- the constraint function on the parameters- Returns:
- a constraint with the given parameters and constraint function
-
-