|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint | |
org.omg.uml.foundation.core |
Uses of Constraint in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Constraint | |
Constraint |
ConstraintClass.createConstraint()
The default factory operation used to create an instance object. |
Constraint |
ConstraintClass.createConstraint(String name,
VisibilityKind visibility,
boolean isSpecification,
BooleanExpression body)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Constraint | |
boolean |
AConstrainedElementConstraint.exists(ModelElement constrainedElement,
Constraint constraint)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AConstrainedElementConstraint.getConstrainedElement(Constraint constraint)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AConstrainedElementConstraint.add(ModelElement constrainedElement,
Constraint constraint)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AConstrainedElementConstraint.remove(ModelElement constrainedElement,
Constraint constraint)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AConstrainedStereotypeStereotypeConstraint.exists(Stereotype constrainedStereotype,
Constraint stereotypeConstraint)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Stereotype |
AConstrainedStereotypeStereotypeConstraint.getConstrainedStereotype(Constraint stereotypeConstraint)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AConstrainedStereotypeStereotypeConstraint.add(Stereotype constrainedStereotype,
Constraint stereotypeConstraint)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AConstrainedStereotypeStereotypeConstraint.remove(Stereotype constrainedStereotype,
Constraint stereotypeConstraint)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |