|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use State | |
| org.omg.uml.behavioralelements.activitygraphs | |
| org.omg.uml.behavioralelements.statemachines | |
| Uses of State in org.omg.uml.behavioralelements.activitygraphs |
| Subinterfaces of State 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. |
| Methods in org.omg.uml.behavioralelements.activitygraphs with parameters of type State | |
boolean |
AClassifierInStateInState.exists(ClassifierInState classifierInState,
State inState)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AClassifierInStateInState.getClassifierInState(State inState)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AClassifierInStateInState.add(ClassifierInState classifierInState,
State inState)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AClassifierInStateInState.remove(ClassifierInState classifierInState,
State inState)
Removes a link between a pair of instance objects in the current associations link set. |
| Uses of State in org.omg.uml.behavioralelements.statemachines |
| Subinterfaces of State in org.omg.uml.behavioralelements.statemachines | |
interface |
CompositeState
CompositeState object instance interface. |
interface |
FinalState
FinalState object instance interface. |
interface |
SimpleState
SimpleState object instance interface. |
interface |
SubmachineState
SubmachineState object instance interface. |
| Methods in org.omg.uml.behavioralelements.statemachines that return State | |
State |
AStateExit.getState(Action exit)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
State |
AStateInternalTransition.getState(Transition internalTransition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
State |
AStateDoActivity.getState(Action doActivity)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
State |
StateMachine.getTop()
Returns the value of reference top. |
State |
AStateEntry.getState(Action entry)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
State |
ATopStateMachine.getTop(StateMachine stateMachine)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
| Methods in org.omg.uml.behavioralelements.statemachines with parameters of type State | |
boolean |
AStateDeferrableEvent.exists(State state,
Event deferrableEvent)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AStateDeferrableEvent.getDeferrableEvent(State state)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AStateDeferrableEvent.add(State state,
Event deferrableEvent)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateDeferrableEvent.remove(State state,
Event deferrableEvent)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStateExit.exists(State state,
Action exit)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Action |
AStateExit.getExit(State state)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateExit.add(State state,
Action exit)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateExit.remove(State state,
Action exit)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStateInternalTransition.exists(State state,
Transition internalTransition)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AStateInternalTransition.getInternalTransition(State state)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AStateInternalTransition.add(State state,
Transition internalTransition)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateInternalTransition.remove(State state,
Transition internalTransition)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStateDoActivity.exists(State state,
Action doActivity)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Action |
AStateDoActivity.getDoActivity(State state)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateDoActivity.add(State state,
Action doActivity)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateDoActivity.remove(State state,
Action doActivity)
Removes a link between a pair of instance objects in the current associations link set. |
void |
StateMachine.setTop(State newValue)
Sets the value of reference top. |
boolean |
AStateEntry.exists(State state,
Action entry)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Action |
AStateEntry.getEntry(State state)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateEntry.add(State state,
Action entry)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateEntry.remove(State state,
Action entry)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATopStateMachine.exists(State top,
StateMachine stateMachine)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
StateMachine |
ATopStateMachine.getStateMachine(State top)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATopStateMachine.add(State top,
StateMachine stateMachine)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATopStateMachine.remove(State top,
StateMachine stateMachine)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||