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