public static class AndConstraint.Impl extends Constraint.Impl implements AndConstraint
AndConstraint.Impl, AndConstraint.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(java.util.List<Constraint> constraints) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Constraint> |
getConstraints() |
void |
setConstraints(java.util.List<Constraint> constraints) |
getOwner, setOwnergetPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, ofgetOwner, of, setOwnergetPosition, setPositionpublic Impl()
public Impl(java.util.List<Constraint> constraints)
public java.util.List<Constraint> getConstraints()
getConstraints in interface AndConstraintpublic void setConstraints(java.util.List<Constraint> constraints)
setConstraints in interface AndConstraint