Uses of Class
de.rwth.swc.coffee4j.engine.constraint.Constraint
-
Packages that use Constraint Package Description de.rwth.swc.coffee4j.engine de.rwth.swc.coffee4j.engine.conflict.choco de.rwth.swc.coffee4j.engine.constraint -
-
Uses of Constraint in de.rwth.swc.coffee4j.engine
Methods in de.rwth.swc.coffee4j.engine that return types with arguments of type Constraint Modifier and Type Method Description java.util.List<Constraint>TestModel. getErrorConstraints()java.util.List<Constraint>TestModel. getExclusionConstraints() -
Uses of Constraint in de.rwth.swc.coffee4j.engine.conflict.choco
Constructor parameters in de.rwth.swc.coffee4j.engine.conflict.choco with type arguments of type Constraint Constructor Description ChocoModel(int[] parameterSizes, java.util.List<Constraint> constraints) -
Uses of Constraint in de.rwth.swc.coffee4j.engine.constraint
Subclasses of Constraint in de.rwth.swc.coffee4j.engine.constraint Modifier and Type Class Description classNegatedConstraintMethods in de.rwth.swc.coffee4j.engine.constraint that return types with arguments of type Constraint Modifier and Type Method Description java.util.List<Constraint>ConstraintConverter. convert(TupleList tupleList)java.util.List<Constraint>ConstraintConverter. convertAll(java.util.Collection<TupleList> tupleLists)java.util.List<Constraint>ConstraintList. getConstraints()Constructors in de.rwth.swc.coffee4j.engine.constraint with parameters of type Constraint Constructor Description NegatedConstraint(Constraint constraint)
-