|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeInstance | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of NodeInstance in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return NodeInstance | |
NodeInstance |
NodeInstanceClass.createNodeInstance()
The default factory operation used to create an instance object. |
NodeInstance |
NodeInstanceClass.createNodeInstance(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
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. |
NodeInstance |
ComponentInstance.getNodeInstance()
Returns the value of reference nodeInstance. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type NodeInstance | |
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. |
Collection |
AResidentNodeInstance.getResident(NodeInstance nodeInstance)
Queries the instance objects that are 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. |
void |
ComponentInstance.setNodeInstance(NodeInstance newValue)
Sets the value of reference nodeInstance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |