|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Signal | |
org.omg.uml.behavioralelements.commonbehavior | |
org.omg.uml.behavioralelements.statemachines |
Uses of Signal in org.omg.uml.behavioralelements.commonbehavior |
Subinterfaces of Signal in org.omg.uml.behavioralelements.commonbehavior | |
interface |
UmlException
Exception object instance interface. |
Methods in org.omg.uml.behavioralelements.commonbehavior that return Signal | |
Signal |
Reception.getSignal()
Returns the value of reference signal. |
Signal |
ASignalSendAction.getSignal(SendAction sendAction)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Signal |
SendAction.getSignal()
Returns the value of reference signal. |
Signal |
ASignalReception.getSignal(Reception reception)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Signal |
SignalClass.createSignal()
The default factory operation used to create an instance object. |
Signal |
SignalClass.createSignal(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type Signal | |
void |
Reception.setSignal(Signal newValue)
Sets the value of reference signal. |
boolean |
AContextRaisedSignal.exists(BehavioralFeature context,
Signal raisedSignal)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AContextRaisedSignal.getContext(Signal raisedSignal)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AContextRaisedSignal.add(BehavioralFeature context,
Signal raisedSignal)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContextRaisedSignal.remove(BehavioralFeature context,
Signal raisedSignal)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ASignalSendAction.exists(Signal signal,
SendAction sendAction)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASignalSendAction.getSendAction(Signal signal)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASignalSendAction.add(Signal signal,
SendAction sendAction)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASignalSendAction.remove(Signal signal,
SendAction sendAction)
Removes a link between a pair of instance objects in the current associations link set. |
void |
SendAction.setSignal(Signal newValue)
Sets the value of reference signal. |
boolean |
ASignalReception.exists(Signal signal,
Reception reception)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASignalReception.getReception(Signal signal)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASignalReception.add(Signal signal,
Reception reception)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASignalReception.remove(Signal signal,
Reception reception)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Signal in org.omg.uml.behavioralelements.statemachines |
Methods in org.omg.uml.behavioralelements.statemachines that return Signal | |
Signal |
SignalEvent.getSignal()
Returns the value of reference signal. |
Signal |
ASignalOccurrence.getSignal(SignalEvent occurrence)
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 Signal | |
void |
SignalEvent.setSignal(Signal newValue)
Sets the value of reference signal. |
boolean |
ASignalOccurrence.exists(Signal signal,
SignalEvent occurrence)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASignalOccurrence.getOccurrence(Signal signal)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASignalOccurrence.add(Signal signal,
SignalEvent occurrence)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASignalOccurrence.remove(Signal signal,
SignalEvent occurrence)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |