public class Constraint
extends java.lang.Object
Constructor and Description |
---|
Constraint() |
Constraint(Type p1,
Type p2)
Erstellt ein neues Oder Constraint und f�gt bereits ein Constraint hinzu.
|
Modifier and Type | Method and Description |
---|---|
void |
addConstraint(Pair toAdd)
Falls die Type des toAdd-Pairs nicht vom Typ RefType bzw.
|
void |
addOderConstraint(Type p1,
Type p2)
F�gt ein Pair(p1, p2) dem Constraint hinzu
|
java.util.Vector<Pair> |
getConstraintPairs() |
java.lang.String |
toString() |
public Constraint(Type p1, Type p2)
p1
- p2
- public Constraint()
public java.util.Vector<Pair> getConstraintPairs()
public void addOderConstraint(Type p1, Type p2)
p1
- p2
- public void addConstraint(Pair toAdd)
toAdd
- public java.lang.String toString()
toString
in class java.lang.Object