|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentInstance | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of ComponentInstance in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return ComponentInstance | |
ComponentInstance |
Instance.getComponentInstance()
Returns the value of reference componentInstance. |
ComponentInstance |
ComponentInstanceClass.createComponentInstance()
The default factory operation used to create an instance object. |
ComponentInstance |
ComponentInstanceClass.createComponentInstance(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
ComponentInstance |
AResidentComponentInstance.getComponentInstance(Instance resident)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type ComponentInstance | |
void |
Instance.setComponentInstance(ComponentInstance newValue)
Sets the value of reference componentInstance. |
boolean |
AResidentNodeInstance.exists(ComponentInstance resident,
NodeInstance nodeInstance)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
NodeInstance |
AResidentNodeInstance.getNodeInstance(ComponentInstance resident)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AResidentNodeInstance.add(ComponentInstance resident,
NodeInstance nodeInstance)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AResidentNodeInstance.remove(ComponentInstance resident,
NodeInstance nodeInstance)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AResidentComponentInstance.exists(Instance resident,
ComponentInstance componentInstance)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AResidentComponentInstance.getResident(ComponentInstance componentInstance)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AResidentComponentInstance.add(Instance resident,
ComponentInstance componentInstance)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AResidentComponentInstance.remove(Instance resident,
ComponentInstance componentInstance)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |