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