Uses of Interface
de.rwth.swc.coffee4j.engine.converter.constraints.IndexBasedConstraintConverter
- 
- 
Uses of IndexBasedConstraintConverter in de.rwth.swc.coffee4j.engine.converter.constraints
Classes in de.rwth.swc.coffee4j.engine.converter.constraints that implement IndexBasedConstraintConverter Modifier and Type Class Description classAbstractIndexBasedConstraintConverterAbstract class providing functionality and fields commonly used by all different types of converters.Methods in de.rwth.swc.coffee4j.engine.converter.constraints that return IndexBasedConstraintConverter Modifier and Type Method Description IndexBasedConstraintConverterConstraintConverterFactory. create(List<Parameter> parameters) - 
Uses of IndexBasedConstraintConverter in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased
Classes in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased that implement IndexBasedConstraintConverter Modifier and Type Class Description classSimpleCartesianProductConstraintConverterConvertsMethodBasedConstraintobjects to theirTupleListrepresentation by executing theirConstraintFunctionwith every possible value combination of its parameters.Methods in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased that return IndexBasedConstraintConverter Modifier and Type Method Description IndexBasedConstraintConverterSimpleCartesianProductConstraintConverterFactory. create(List<Parameter> parameters) - 
Uses of IndexBasedConstraintConverter in de.rwth.swc.coffee4j.engine.converter.tuplebased
Classes in de.rwth.swc.coffee4j.engine.converter.tuplebased that implement IndexBasedConstraintConverter Modifier and Type Class Description classTupleBasedConstraintConverterConverter forTupleBasedConstraints.Methods in de.rwth.swc.coffee4j.engine.converter.tuplebased that return IndexBasedConstraintConverter Modifier and Type Method Description IndexBasedConstraintConverterTupleBasedConstraintConverterFactory. create(List<Parameter> parameters) 
 -