Uses of Class
de.rwth.swc.coffee4j.algorithmic.model.TupleList
-
-
Uses of TupleList in de.rwth.swc.coffee4j.algorithmic.constraint
Methods in de.rwth.swc.coffee4j.algorithmic.constraint that return TupleList Modifier and Type Method Description TupleListConstraint. getTupleList()Method parameters in de.rwth.swc.coffee4j.algorithmic.constraint with type arguments of type TupleList Modifier and Type Method Description List<Constraint>ConstraintConverter. convertAll(Collection<TupleList> tupleLists)Constructors in de.rwth.swc.coffee4j.algorithmic.constraint with parameters of type TupleList Constructor Description Constraint(TupleList tupleList, Function<org.chocosolver.solver.Model,org.chocosolver.solver.constraints.Constraint> function)Constructor parameters in de.rwth.swc.coffee4j.algorithmic.constraint with type arguments of type TupleList Constructor Description ConstraintList(Collection<TupleList> tupleLists) -
Uses of TupleList in de.rwth.swc.coffee4j.algorithmic.model
Methods in de.rwth.swc.coffee4j.algorithmic.model that return types with arguments of type TupleList Modifier and Type Method Description List<TupleList>CompleteTestModel. getErrorTupleLists()List<TupleList>CompleteTestModel. getExclusionTupleLists()Method parameters in de.rwth.swc.coffee4j.algorithmic.model with type arguments of type TupleList Modifier and Type Method Description CompleteTestModel.BuilderCompleteTestModel.Builder. errorTupleLists(Collection<TupleList> errorTupleLists)CompleteTestModel.BuilderCompleteTestModel.Builder. exclusionTupleLists(Collection<TupleList> exclusionTupleLists) -
Uses of TupleList in de.rwth.swc.coffee4j.engine.converter.constraints
Methods in de.rwth.swc.coffee4j.engine.converter.constraints that return TupleList Modifier and Type Method Description TupleListAbstractIndexBasedConstraintConverter. convert(Constraint constraint, int lastId)TupleListIndexBasedConstraintConverter. convert(Constraint constraint, int lastId)Converts the constraint to aTupleListby using the index based schema explained inModelConverter.protected abstract TupleListAbstractIndexBasedConstraintConverter. convertedConstraint(Constraint constraint, it.unimi.dsi.fastutil.objects.Object2IntMap<String> parameterIdMap, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Parameter> idToParameterMap, int id)template method implemented by sub-classes to convert the givenConstraintinto aTupleList.Methods in de.rwth.swc.coffee4j.engine.converter.constraints that return types with arguments of type TupleList Modifier and Type Method Description List<TupleList>AbstractIndexBasedConstraintConverter. convert(List<Constraint> constraints, int lastId)List<TupleList>IndexBasedConstraintConverter. convert(List<Constraint> constraints, int lastId)Converts all constraints toTupleLists by using the index based schema explained inModelConverter. -
Uses of TupleList in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased
Methods in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased that return TupleList Modifier and Type Method Description protected TupleListSimpleCartesianProductConstraintConverter. convertedConstraint(Constraint constraint, it.unimi.dsi.fastutil.objects.Object2IntMap<String> parameterIdMap, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Parameter> idToParameterMap, int id) -
Uses of TupleList in de.rwth.swc.coffee4j.engine.converter.model
Methods in de.rwth.swc.coffee4j.engine.converter.model that return TupleList Modifier and Type Method Description TupleListIndexBasedModelConverter. convertConstraint(Constraint constraint)TupleListModelConverter. convertConstraint(Constraint constraint)Converts aConstraintobject into aTupleListrepresentation which is equal.Methods in de.rwth.swc.coffee4j.engine.converter.model with parameters of type TupleList Modifier and Type Method Description ConstraintIndexBasedModelConverter. convertConstraint(TupleList constraint)ConstraintModelConverter. convertConstraint(TupleList constraint)Converts aTupleListobject into aConstraintrepresentation which is equal. -
Uses of TupleList in de.rwth.swc.coffee4j.engine.converter.tuplebased
Methods in de.rwth.swc.coffee4j.engine.converter.tuplebased that return TupleList Modifier and Type Method Description protected TupleListTupleBasedConstraintConverter. convertedConstraint(Constraint constraint, it.unimi.dsi.fastutil.objects.Object2IntMap<String> parameterIdMap, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Parameter> idToParameterMap, int id)
-