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