|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--constraints.NullConstraint
Example constraint class for use as correctness or completeness constraint.
Constructor Summary | |
NullConstraint()
|
Method Summary | |
void |
check(AbstractConcept concept)
Checks whether this constraint holds for the given concept. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullConstraint()
Method Detail |
public void check(AbstractConcept concept) throws CoComposeException
check
in interface Constraint
concept
- The concept to check the constraint for.CoComposeException
- if and only if the constraint doesn't hold.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |