|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateVertex | |
org.omg.uml.behavioralelements.activitygraphs | |
org.omg.uml.behavioralelements.statemachines |
Uses of StateVertex in org.omg.uml.behavioralelements.activitygraphs |
Subinterfaces of StateVertex in org.omg.uml.behavioralelements.activitygraphs | |
interface |
ActionState
ActionState object instance interface. |
interface |
CallState
CallState object instance interface. |
interface |
ObjectFlowState
ObjectFlowState object instance interface. |
interface |
SubactivityState
SubactivityState object instance interface. |
Uses of StateVertex in org.omg.uml.behavioralelements.statemachines |
Subinterfaces of StateVertex in org.omg.uml.behavioralelements.statemachines | |
interface |
CompositeState
CompositeState object instance interface. |
interface |
FinalState
FinalState object instance interface. |
interface |
Pseudostate
Pseudostate object instance interface. |
interface |
SimpleState
SimpleState object instance interface. |
interface |
State
State object instance interface. |
interface |
StubState
StubState object instance interface. |
interface |
SubmachineState
SubmachineState object instance interface. |
interface |
SynchState
SynchState object instance interface. |
Methods in org.omg.uml.behavioralelements.statemachines that return StateVertex | |
StateVertex |
AIncomingTarget.getTarget(Transition incoming)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
StateVertex |
AOutgoingSource.getSource(Transition outgoing)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
StateVertex |
Transition.getSource()
Returns the value of reference source. |
StateVertex |
Transition.getTarget()
Returns the value of reference target. |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type StateVertex | |
boolean |
AIncomingTarget.exists(Transition incoming,
StateVertex target)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AIncomingTarget.getIncoming(StateVertex target)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AIncomingTarget.add(Transition incoming,
StateVertex target)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AIncomingTarget.remove(Transition incoming,
StateVertex target)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AOutgoingSource.exists(Transition outgoing,
StateVertex source)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AOutgoingSource.getOutgoing(StateVertex source)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AOutgoingSource.add(Transition outgoing,
StateVertex source)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AOutgoingSource.remove(Transition outgoing,
StateVertex source)
Removes a link between a pair of instance objects in the current associations link set. |
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. |
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. |
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. |
void |
Transition.setSource(StateVertex newValue)
Sets the value of reference source. |
void |
Transition.setTarget(StateVertex newValue)
Sets the value of reference target. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |