|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constrainable
The interface for objects which can be constrained, i. e. Constraint
s can
be attached to such objects.
Method Summary | |
---|---|
void |
addConstraint(Constraint constraint)
Add a constraint to this instance. |
java.util.List<Constraint> |
getConstraints()
Access all known constraints |
Method Detail |
---|
void addConstraint(Constraint constraint)
constraint
- The Constraint
to add to the list of constraints for this instancejava.util.List<Constraint> getConstraints()
Constraint
s for this instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |