|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
org.omg.uml.behavioralelements.statemachines |
Uses of Event in org.omg.uml.behavioralelements.statemachines |
Subinterfaces of Event in org.omg.uml.behavioralelements.statemachines | |
interface |
CallEvent
CallEvent object instance interface. |
interface |
ChangeEvent
ChangeEvent object instance interface. |
interface |
SignalEvent
SignalEvent object instance interface. |
interface |
TimeEvent
TimeEvent object instance interface. |
Methods in org.omg.uml.behavioralelements.statemachines that return Event | |
Event |
ATransitionTrigger.getTrigger(Transition transition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Event |
AEventParameter.getEvent(Parameter parameter)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Event |
Transition.getTrigger()
Returns the value of reference trigger. |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type Event | |
boolean |
ATransitionTrigger.exists(Transition transition,
Event trigger)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ATransitionTrigger.getTransition(Event trigger)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ATransitionTrigger.add(Transition transition,
Event trigger)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATransitionTrigger.remove(Transition transition,
Event trigger)
Removes a link between a pair of instance objects in the current associations link set. |
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.getState(Event deferrableEvent)
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 |
AEventParameter.exists(Event event,
Parameter parameter)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AEventParameter.getParameter(Event event)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AEventParameter.add(Event event,
Parameter parameter)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AEventParameter.remove(Event event,
Parameter parameter)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Transition.setTrigger(Event newValue)
Sets the value of reference trigger. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |