|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectFlowState | |
org.omg.uml.behavioralelements.activitygraphs |
Uses of ObjectFlowState in org.omg.uml.behavioralelements.activitygraphs |
Methods in org.omg.uml.behavioralelements.activitygraphs that return ObjectFlowState | |
ObjectFlowState |
ObjectFlowStateClass.createObjectFlowState()
The default factory operation used to create an instance object. |
ObjectFlowState |
ObjectFlowStateClass.createObjectFlowState(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isSynch)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.activitygraphs with parameters of type ObjectFlowState | |
boolean |
AParameterState.exists(Parameter parameter,
ObjectFlowState state)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AParameterState.getParameter(ObjectFlowState state)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AParameterState.add(Parameter parameter,
ObjectFlowState state)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AParameterState.remove(Parameter parameter,
ObjectFlowState state)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATypeObjectFlowState.exists(Classifier type,
ObjectFlowState objectFlowState)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Classifier |
ATypeObjectFlowState.getType(ObjectFlowState objectFlowState)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATypeObjectFlowState.add(Classifier type,
ObjectFlowState objectFlowState)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATypeObjectFlowState.remove(Classifier type,
ObjectFlowState objectFlowState)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |