|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constraint
The Constraint interface stands for any type of constraints, which may be attached to UML metamodel objects. A Constraint is supposed to have a name, a status and a textual representation.
Nested Class Summary | |
---|---|
static class |
Constraint.ModelElmtContextType
Type for possible model elements the OCL constraint applies to |
Method Summary | |
---|---|
Info |
contextModelElmt()
Inquire context model element, i.e. the parent. |
Constraint.ModelElmtContextType |
contextModelElmtType()
Inquire model element context type. |
String |
name()
Name of the constraint |
String |
status()
Status of the constraint. |
String |
text()
The textual representation of the constraint. |
Method Detail |
---|
String name()
String status()
String text()
Info contextModelElmt()
Constraint.ModelElmtContextType contextModelElmtType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |