|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Accept Event Action'.
The following features are supported:
UML2Package.getAcceptEventAction()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
org.eclipse.emf.common.util.EList |
getOutputs()
|
OutputPin |
getResult(String unqualifiedName)
Retrieves the OutputPin with the specified name from the 'Result' reference list |
org.eclipse.emf.common.util.EList |
getResults()
Returns the value of the 'Result' reference list. |
Trigger |
getTrigger(String unqualifiedName)
Retrieves the Trigger with the specified name from the 'Trigger' reference list |
org.eclipse.emf.common.util.EList |
getTriggers()
Returns the value of the 'Trigger' reference list. |
Methods inherited from interface org.eclipse.uml2.Action |
createLocalPostcondition, createLocalPrecondition, getContext, getEffect, getInput, getInputs, getLocalPostcondition, getLocalPostconditions, getLocalPrecondition, getLocalPreconditions, getOutput, getOwnedElements, setEffect |
Methods inherited from interface org.eclipse.uml2.ExecutableNode |
createHandler, getHandlers |
Methods inherited from interface org.eclipse.uml2.ActivityNode |
getActivity, getIncoming, getIncomings, getInGroups, getInInterruptibleRegions, getInPartition, getInPartitions, getInStructuredNode, getOutgoing, getOutgoings, getOwner, getRedefinedElement, getRedefinedElements, setActivity, setInStructuredNode |
Methods inherited from interface org.eclipse.uml2.RedefinableElement |
getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, 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 |
public static final String copyright
Method Detail |
public org.eclipse.emf.common.util.EList getTriggers()
Trigger
.
If the meaning of the 'Trigger' reference list isn't clear, there really should be more of a description here...
The type of event accepted by the action, as specified by a trigger. If it is a signal trigger, a signal of any subtype of the specified signal type is accepted.
UML2Package.getAcceptEventAction_Trigger()
public Trigger getTrigger(String unqualifiedName)
Trigger
with the specified name from the 'Trigger' reference list.
unqualifiedName
- The unqualified name of the Trigger
to retrieve.
Trigger
with the specified name, or null
.getTriggers()
public org.eclipse.emf.common.util.EList getResults()
OutputPin
.
If the meaning of the 'Result' reference list isn't clear, there really should be more of a description here...
Pin holding the event object that has been received. Event objects may be copied in transmission, so identity might not be preserved.
UML2Package.getAcceptEventAction_Result()
public OutputPin getResult(String unqualifiedName)
OutputPin
with the specified name from the 'Result' reference list.
unqualifiedName
- The unqualified name of the OutputPin
to retrieve.
OutputPin
with the specified name, or null
.getResults()
public org.eclipse.emf.common.util.EList getOutputs()
getOutputs
in interface Action
UML2Package.getAction_Output()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |