|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLConstraint | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
Uses of UMLConstraint in de.uni_paderborn.fujaba.uml |
Methods in de.uni_paderborn.fujaba.uml that return UMLConstraint | |
UMLConstraint |
UMLConstraintInterface.getConstraint()
Get the constraint attribute of the UMLConstraintInterface object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLConstraint | |
void |
UMLConstraintInterface.setConstraint(UMLConstraint constraint)
Sets the constraint attribute of the UMLConstraintInterface object |
Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLConstraint | |
UMLMethod(java.lang.String name,
boolean umlStatic,
int visibility,
UMLConstraint constraint,
UMLType resultType,
UMLStartActivity revSpec)
Constructor for class UMLMethod |
|
UMLGeneralization(java.lang.String discriminator,
UMLConstraint constraint,
UMLClass subclass,
UMLClass superclass)
Constructor for class UMLGeneralization |
|
UMLAttr(java.lang.String name,
boolean umlStatic,
boolean javaFinal,
int visibility,
java.lang.String initialValue,
UMLType attrType,
UMLClass parent,
UMLConstraint constraint)
Constructor for class UMLAttr |
|
UMLAssoc(java.lang.String name,
int direction,
UMLConstraint constraint,
UMLRole leftRole,
UMLRole rightRole)
Constructor for class UMLAssoc |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |