Uses of Interface
de.rwth.swc.coffee4j.model.converter.IndexBasedConstraintConverter
-
Packages that use IndexBasedConstraintConverter Package Description de.rwth.swc.coffee4j.model.converter -
-
Uses of IndexBasedConstraintConverter in de.rwth.swc.coffee4j.model.converter
Classes in de.rwth.swc.coffee4j.model.converter that implement IndexBasedConstraintConverter Modifier and Type Class Description classSimpleCartesianProductConstraintConverterConvertsConstraintobjects to theirTupleListrepresentation by executing theirConstraintFunctionwith every possible value combination of its parameters.Constructors in de.rwth.swc.coffee4j.model.converter with parameters of type IndexBasedConstraintConverter Constructor Description IndexBasedModelConverter(InputParameterModel model, IndexBasedConstraintConverter constraintsConverter)Creates and initializes a new converter with the given testModel and constraints converter.
-