|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubmachineState | |
org.omg.uml.behavioralelements.activitygraphs | |
org.omg.uml.behavioralelements.statemachines |
Uses of SubmachineState in org.omg.uml.behavioralelements.activitygraphs |
Subinterfaces of SubmachineState in org.omg.uml.behavioralelements.activitygraphs | |
interface |
SubactivityState
SubactivityState object instance interface. |
Uses of SubmachineState in org.omg.uml.behavioralelements.statemachines |
Methods in org.omg.uml.behavioralelements.statemachines that return SubmachineState | |
SubmachineState |
SubmachineStateClass.createSubmachineState()
The default factory operation used to create an instance object. |
SubmachineState |
SubmachineStateClass.createSubmachineState(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isConcurrent)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type SubmachineState | |
boolean |
ASubmachineStateSubmachine.exists(SubmachineState submachineState,
StateMachine submachine)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
StateMachine |
ASubmachineStateSubmachine.getSubmachine(SubmachineState submachineState)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ASubmachineStateSubmachine.add(SubmachineState submachineState,
StateMachine submachine)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASubmachineStateSubmachine.remove(SubmachineState submachineState,
StateMachine submachine)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |