Uses of Interface
de.rwth.swc.coffee4j.engine.converter.constraints.ConstraintConverterFactory
-
-
Uses of ConstraintConverterFactory in de.rwth.swc.coffee4j.engine.configuration.model.constraints
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints that return ConstraintConverterFactory Modifier and Type Method Description ConstraintConverterFactoryConstraint. getConverterFactory() -
Uses of ConstraintConverterFactory in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased that return ConstraintConverterFactory Modifier and Type Method Description ConstraintConverterFactoryMethodBasedConstraint. getConverterFactory() -
Uses of ConstraintConverterFactory in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased that return ConstraintConverterFactory Modifier and Type Method Description ConstraintConverterFactoryTupleBasedConstraint. getConverterFactory() -
Uses of ConstraintConverterFactory in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased
Classes in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased that implement ConstraintConverterFactory Modifier and Type Class Description classSimpleCartesianProductConstraintConverterFactoryFactory for creatingSimpleCartesianProductConstraintConverters. -
Uses of ConstraintConverterFactory in de.rwth.swc.coffee4j.engine.converter.tuplebased
Classes in de.rwth.swc.coffee4j.engine.converter.tuplebased that implement ConstraintConverterFactory Modifier and Type Class Description classTupleBasedConstraintConverterFactoryFactory for creating aTupleBasedConstraintConverter.
-