Uses of Class
de.rwth.swc.coffee4j.model.constraints.Constraint
-
Packages that use Constraint Package Description de.rwth.swc.coffee4j.model de.rwth.swc.coffee4j.model.constraints de.rwth.swc.coffee4j.model.converter -
-
Uses of Constraint in de.rwth.swc.coffee4j.model
Methods in de.rwth.swc.coffee4j.model that return types with arguments of type Constraint Modifier and Type Method Description java.util.List<Constraint>InputParameterModel. getErrorConstraints()java.util.List<Constraint>InputParameterModel. getExclusionConstraints()Methods in de.rwth.swc.coffee4j.model with parameters of type Constraint Modifier and Type Method Description InputParameterModel.BuilderInputParameterModel.Builder. errorConstraint(Constraint errorConstraint)Adds a error constraint to the testModel.InputParameterModel.BuilderInputParameterModel.Builder. errorConstraints(Constraint... errorConstraints)Adds all error constraints to the testModel.InputParameterModel.BuilderInputParameterModel.Builder. exclusionConstraint(Constraint exclusionConstraint)Adds a forbidden constraint to the testModel.InputParameterModel.BuilderInputParameterModel.Builder. exclusionConstraints(Constraint... exclusionConstraints)Adds all forbidden constraints to the testModel.Constructor parameters in de.rwth.swc.coffee4j.model with type arguments of type Constraint Constructor Description InputParameterModel(int strength, java.lang.String name, java.util.List<Parameter> parameters, java.util.Collection<Constraint> exclusionConstraints, java.util.Collection<Constraint> errorConstraints)Creates a new testModel with all given configuration arguments. -
Uses of Constraint in de.rwth.swc.coffee4j.model.constraints
Methods in de.rwth.swc.coffee4j.model.constraints that return Constraint Modifier and Type Method Description ConstraintConstraintBuilder.Constraint1Builder. by(BooleanFunction1<?> constraint)Specified theConstraintFunctionas aBooleanFunction1for the given parameter.ConstraintConstraintBuilder.Constraint2Builder. by(BooleanFunction2<?,?> constraint)Specified theConstraintFunctionas aBooleanFunction2for the given parameters.ConstraintConstraintBuilder.Constraint3Builder. by(BooleanFunction3<?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction3for the given parameters.ConstraintConstraintBuilder.Constraint4Builder. by(BooleanFunction4<?,?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction4for the given parameters.ConstraintConstraintBuilder.Constraint5Builder. by(BooleanFunction5<?,?,?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction5for the given parameters.ConstraintConstraintBuilder.Constraint6Builder. by(BooleanFunction6<?,?,?,?,?,?> constraint)Specified theConstraintFunctionas aBooleanFunction6for the given parameters. -
Uses of Constraint in de.rwth.swc.coffee4j.model.converter
Methods in de.rwth.swc.coffee4j.model.converter that return Constraint Modifier and Type Method Description ConstraintIndexBasedModelConverter. convertConstraint(de.rwth.swc.coffee4j.engine.TupleList constraint)ConstraintModelConverter. convertConstraint(de.rwth.swc.coffee4j.engine.TupleList constraint)Converts aTupleListobject into aConstraintrepresentation which is equal.Methods in de.rwth.swc.coffee4j.model.converter with parameters of type Constraint Modifier and Type Method Description de.rwth.swc.coffee4j.engine.TupleListIndexBasedModelConverter. convertConstraint(Constraint constraint)de.rwth.swc.coffee4j.engine.TupleListModelConverter. convertConstraint(Constraint constraint)Converts aConstraintobject into aTupleListrepresentation which is equal.Method parameters in de.rwth.swc.coffee4j.model.converter with type arguments of type Constraint Modifier and Type Method Description java.util.List<de.rwth.swc.coffee4j.engine.TupleList>IndexBasedConstraintConverter. convert(java.util.List<Constraint> constraints, java.util.List<Parameter> parameters)Converts all constraints to tuple lists by using the index based schema explained inModelConverter.java.util.List<de.rwth.swc.coffee4j.engine.TupleList>SimpleCartesianProductConstraintConverter. convert(java.util.List<Constraint> constraints, java.util.List<Parameter> parameters)
-