public class OderConstraint extends OderMenge<Pair>
| Constructor and Description |
|---|
OderConstraint() |
OderConstraint(ConstraintType p1,
ConstraintType p2)
Erstellt ein neues Oder Constraint und fügt bereits ein Constraint hinzu.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConstraint(ConstraintPair toAdd)
Falls die Type des toAdd-Pairs nicht vom Typ RefType bzw.
|
void |
addConstraint(ConstraintType p1,
ConstraintType p2)
Fügt ein Pair(p1, p2) dem Constraint hinzu
|
void |
addConstraint(UndConstraint methodConstraint) |
(package private) UndConstraint |
filterUndConstraints() |
(package private) void |
filterWrongConstraints(Unifier unifier) |
addItem, addItems, cartesianProduct, getAndSets, getItems, getOrSetsprivate static final Logger logger
public OderConstraint(ConstraintType p1, ConstraintType p2)
p1 - p2 - public OderConstraint()
public void addConstraint(ConstraintType p1, ConstraintType p2)
p1 - p2 - public void addConstraint(ConstraintPair toAdd)
toAdd - public void addConstraint(UndConstraint methodConstraint)
void filterWrongConstraints(Unifier unifier)
UndConstraint filterUndConstraints()