|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementResidence | |
org.omg.uml.foundation.core |
Uses of ElementResidence in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return ElementResidence | |
ElementResidence |
ElementResidenceClass.createElementResidence()
The default factory operation used to create an instance object. |
ElementResidence |
ElementResidenceClass.createElementResidence(VisibilityKind visibility)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type ElementResidence | |
boolean |
AContainerResidentElement.exists(Component container,
ElementResidence residentElement)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Component |
AContainerResidentElement.getContainer(ElementResidence residentElement)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AContainerResidentElement.add(Component container,
ElementResidence residentElement)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContainerResidentElement.remove(Component container,
ElementResidence residentElement)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AResidentElementResidence.exists(ModelElement resident,
ElementResidence elementResidence)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ModelElement |
AResidentElementResidence.getResident(ElementResidence elementResidence)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AResidentElementResidence.add(ModelElement resident,
ElementResidence elementResidence)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AResidentElementResidence.remove(ModelElement resident,
ElementResidence elementResidence)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |