org.omg.uml.behavioralelements.commonbehavior
Interface ActionSequence

All Superinterfaces:
Action, Element, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface ActionSequence
extends Action

ActionSequence object instance interface.


Method Summary
 List getAction()
          Returns the value of reference action.
 
Methods inherited from interface org.omg.uml.behavioralelements.commonbehavior.Action
getActionSequence, getActualArgument, getRecurrence, getScript, getTarget, isAsynchronous, setActionSequence, setAsynchronous, setRecurrence, setScript, setTarget
 
Methods inherited from interface org.omg.uml.foundation.core.ModelElement
getClientDependency, getComment, getConstraint, getName, getNamespace, getSourceFlow, getStereotype, getTaggedValue, getTargetFlow, getTemplateParameter, getVisibility, isSpecification, setName, setNamespace, setSpecification, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getAction

public List getAction()
Returns the value of reference action.

Returns:
Value of reference action.