org.eclipse.uml2
Interface SignalTrigger
- All Superinterfaces:
- Element, EModelElement, EObject, MessageTrigger, NamedElement, Notifier, TemplateableElement, Trigger
- public interface SignalTrigger
- extends MessageTrigger
A representation of the model object 'Signal Trigger'.
A signal event represents the receipt of an asynchronous signal. A signal event may cause a response, such as a state machine transition as specified in the classifier behavior of the classifier that specified the receiver object, if the signal referenced by the send request is mentioned in a reception owned or inherited by the classifier that specified the receiver object.
The following features are supported:
- See Also:
UML2Package.getSignalTrigger()
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwnedElements, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
getSignals
public EList getSignals()
- Returns the value of the 'Signal' reference list.
The list contents are of type
Signal
.
If the meaning of the 'Signal' reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Signal' reference list.
- See Also:
UML2Package.getSignalTrigger_Signal()
getSignal
public Signal getSignal(String unqualifiedName)
- Retrieves the
Signal
with the specified name from the 'Signal' reference list.
- Parameters:
unqualifiedName
- The unqualified name of the Signal
to retrieve.
- Returns:
- The
Signal
with the specified name, or null
. - See Also:
getSignals()