org.eclipse.uml2
Interface AcceptCallAction

All Superinterfaces:
AcceptEventAction, Action, ActivityNode, Element, EModelElement, EObject, ExecutableNode, NamedElement, Notifier, RedefinableElement, TemplateableElement

public interface AcceptCallAction
extends AcceptEventAction

A representation of the model object 'Accept Call Action'. (CompleteActions) AcceptCallAction is an accept event action representing the receipt of a synchronous call request. In addition to the normal operation parameters, the action produces a output token that is needed later to supply the information to the ReplyAction necessary to return control to the caller. This action is for synchronous calls.

The following features are supported:

See Also:
UML2Package.getAcceptCallAction()

Field Summary
static String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Method Summary
 EList getOutputs()
           
 OutputPin getReturnInformation()
          Returns the value of the 'Return Information' reference
 EList getTriggers()
           
 void setReturnInformation(OutputPin value)
          Sets the value of the 'Return Information' reference
 
Methods inherited from interface org.eclipse.uml2.AcceptEventAction
getResult, getResults, getTrigger
 
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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getReturnInformation

public OutputPin getReturnInformation()
Returns the value of the 'Return Information' reference.

If the meaning of the 'Return Information' reference isn't clear, there really should be more of a description here...

Pin where a token is placed containing sufficient information to perform a subsequent reply and return control to the caller. The value in this token is opaque. It can be passed and copied but it cannot be manipulated by the model.

Returns:
the value of the 'Return Information' reference.
See Also:
setReturnInformation(OutputPin), UML2Package.getAcceptCallAction_ReturnInformation()

setReturnInformation

public void setReturnInformation(OutputPin value)
Sets the value of the 'Return Information' reference.

Parameters:
value - the new value of the 'Return Information' reference.
See Also:
getReturnInformation()

getTriggers

public EList getTriggers()

Specified by:
getTriggers in interface AcceptEventAction
Returns:
the value of the 'Trigger' reference list.
See Also:
UML2Package.getAcceptEventAction_Trigger()

getOutputs

public EList getOutputs()

Specified by:
getOutputs in interface AcceptEventAction

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