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 String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Method Summary
 Signal getSignal(String unqualifiedName)
          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.Trigger
getPort, getPorts
 
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.TemplateableElement
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature
 
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.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

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()

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.