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()
|
Field Summary |
static java.lang.String |
copyright
|
|
Method Summary |
Signal |
getSignal(java.lang.String name)
Retrieves the Signal with the specified 'Name' from the 'Signal' reference list |
EList |
getSignals()
Returns the value of the 'Signal' reference list.
|
| Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
| Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, 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 java.lang.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(java.lang.String name)
- Retrieves the
Signal with the specified 'Name' from the 'Signal' reference list.
- Parameters:
name - The 'Name' of the Signal to retrieve.
- Returns:
- The
Signal with the specified 'Name', or null. - See Also:
getSignals()