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>TestModel. getErrorTupleLists()java.util.List<TupleList>TestModel. getForbiddenTupleLists()Constructor parameters in de.rwth.swc.coffee4j.engine with type arguments of type TupleList Constructor Description TestModel(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 java.util.List<InternalConstraint>InternalConstraintConverter. convert(TupleList tupleList)ConstraintCheckerConstraintCheckerFactory. createHardConstraintsCheckerWithNegation(TupleList toBeNegated)Method parameters in de.rwth.swc.coffee4j.engine.constraint with type arguments of type TupleList Modifier and Type Method Description java.util.List<InternalConstraint>InternalConstraintConverter. convertAll(java.util.Collection<TupleList> tupleLists)Constructor parameters in de.rwth.swc.coffee4j.engine.constraint with type arguments of type TupleList Constructor Description LazyConstraintList(java.util.Collection<TupleList> tupleLists)
-