|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Reply Action'. (CompleteActions) ReplyAction is an action that accepts a set of return values and a token containing return information produced by a previous accept call action. The reply action returns the values to the caller of the previous call, completing execution of the call.
The following features are supported:
UML2Package.getReplyAction()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
EList |
getInputs()
|
CallTrigger |
getReplyToCall()
Returns the value of the 'Reply To Call' reference |
InputPin |
getReplyValue(String unqualifiedName)
Retrieves the InputPin with the specified name from the 'Reply Value' reference list |
EList |
getReplyValues()
Returns the value of the 'Reply Value' reference list. |
InputPin |
getReturnInformation()
Returns the value of the 'Return Information' reference |
void |
setReplyToCall(CallTrigger value)
Sets the value of the ' Reply To Call ' reference |
void |
setReturnInformation(InputPin value)
Sets the value of the ' Return Information ' reference |
Methods inherited from interface org.eclipse.uml2.Action |
createLocalPostcondition, createLocalPrecondition, getContext, getEffect, getInput, getLocalPostcondition, getLocalPostconditions, getLocalPrecondition, getLocalPreconditions, getOutput, getOutputs, 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 CallTrigger getReplyToCall()
If the meaning of the 'Reply To Call' reference isn't clear, there really should be more of a description here...
The operation call trigger being replied to.
setReplyToCall(CallTrigger)
,
UML2Package.getReplyAction_ReplyToCall()
public void setReplyToCall(CallTrigger value)
Reply To Call
' reference.
value
- the new value of the 'Reply To Call' reference.getReplyToCall()
public EList getReplyValues()
InputPin
.
If the meaning of the 'Reply Value' reference list isn't clear, there really should be more of a description here...
A list of pins containing the reply values of the operation. These values are returned to the caller.
UML2Package.getReplyAction_ReplyValue()
public InputPin getReplyValue(String unqualifiedName)
InputPin
with the specified name from the 'Reply Value' reference list.
unqualifiedName
- The unqualified name of the InputPin
to retrieve.
InputPin
with the specified name, or null
.getReplyValues()
public InputPin getReturnInformation()
If the meaning of the 'Return Information' reference isn't clear, there really should be more of a description here...
A pin containing the return information token produced by an earlier AcceptCallAction.
setReturnInformation(InputPin)
,
UML2Package.getReplyAction_ReturnInformation()
public void setReturnInformation(InputPin value)
Return Information
' reference.
value
- the new value of the 'Return Information' reference.getReturnInformation()
public EList getInputs()
getInputs
in interface Action
UML2Package.getAction_Input()
|
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 |