|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeState | |
org.omg.uml.behavioralelements.activitygraphs | |
org.omg.uml.behavioralelements.statemachines |
Uses of CompositeState in org.omg.uml.behavioralelements.activitygraphs |
Subinterfaces of CompositeState in org.omg.uml.behavioralelements.activitygraphs | |
interface |
SubactivityState
SubactivityState object instance interface. |
Uses of CompositeState in org.omg.uml.behavioralelements.statemachines |
Subinterfaces of CompositeState in org.omg.uml.behavioralelements.statemachines | |
interface |
SubmachineState
SubmachineState object instance interface. |
Methods in org.omg.uml.behavioralelements.statemachines that return CompositeState | |
CompositeState |
StateVertex.getContainer()
Returns the value of reference container. |
CompositeState |
AContainerSubvertex.getContainer(StateVertex subvertex)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
CompositeState |
CompositeStateClass.createCompositeState()
The default factory operation used to create an instance object. |
CompositeState |
CompositeStateClass.createCompositeState(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 CompositeState | |
void |
StateVertex.setContainer(CompositeState newValue)
Sets the value of reference container. |
boolean |
AContainerSubvertex.exists(CompositeState container,
StateVertex subvertex)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AContainerSubvertex.getSubvertex(CompositeState container)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AContainerSubvertex.add(CompositeState container,
StateVertex subvertex)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContainerSubvertex.remove(CompositeState container,
StateVertex subvertex)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |