Uses of Class
de.rwth.swc.coffee4j.engine.TupleList
-
Packages that use TupleList Package Description de.rwth.swc.coffee4j.engine de.rwth.swc.coffee4j.engine.constraint -
-
Uses of TupleList in de.rwth.swc.coffee4j.engine
Methods in de.rwth.swc.coffee4j.engine that return types with arguments of type TupleList Modifier and Type Method Description java.util.List<TupleList>CombinatorialTestModel. getErrorTupleLists()java.util.List<TupleList>CombinatorialTestModel. getForbiddenTupleLists()Constructor parameters in de.rwth.swc.coffee4j.engine with type arguments of type TupleList Constructor Description CombinatorialTestModel(int strength, int[] parameterSizes, java.util.Collection<TupleList> forbiddenTupleLists)Defines a new model with just forbidden constraints but no error constraints.CombinatorialTestModel(int strength, int[] parameterSizes, java.util.Collection<TupleList> forbiddenTupleLists, java.util.Collection<TupleList> errorTupleLists) -
Uses of TupleList in de.rwth.swc.coffee4j.engine.constraint
Methods in de.rwth.swc.coffee4j.engine.constraint with parameters of type TupleList Modifier and Type Method Description ConstraintCheckerConstraintCheckerFactory. createAdaptiveConstraintsCheckerWithNegation(TupleList toBeNegated)ConflictingErrorConstraintSearcherConstraintCheckerFactory. createConflictingErrorConstraintsSearcher(TupleList toBeNegated)ConstraintCheckerConstraintCheckerFactory. createHardConstraintsCheckerWithNegation(TupleList toBeNegated)ConstraintCheckerConstraintCheckerFactory. createSoftConstraintsCheckerWithNegation(TupleList toBeNegated, int threshold)
-