org.omg.uml.behavioralelements.activitygraphs
Interface ActionState

All Superinterfaces:
Element, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, SimpleState, State, StateVertex
All Known Subinterfaces:
CallState

public interface ActionState
extends SimpleState

ActionState object instance interface.


Method Summary
 ArgListsExpression getDynamicArguments()
          Returns the value of attribute dynamicArguments.
 Multiplicity getDynamicMultiplicity()
          Returns the value of attribute dynamicMultiplicity.
 boolean isDynamic()
          Returns the value of attribute isDynamic.
 void setDynamic(boolean newValue)
          Sets the value of isDynamic attribute.
 void setDynamicArguments(ArgListsExpression newValue)
          Sets the value of dynamicArguments attribute.
 void setDynamicMultiplicity(Multiplicity newValue)
          Sets the value of dynamicMultiplicity attribute.
 
Methods inherited from interface org.omg.uml.behavioralelements.statemachines.State
getDeferrableEvent, getDoActivity, getEntry, getExit, getInternalTransition, getStateMachine, setDoActivity, setEntry, setExit, setStateMachine
 
Methods inherited from interface org.omg.uml.behavioralelements.statemachines.StateVertex
getContainer, getIncoming, getOutgoing, setContainer
 
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

isDynamic

public boolean isDynamic()
Returns the value of attribute isDynamic.

Returns:
Value of attribute isDynamic.

setDynamic

public void setDynamic(boolean newValue)
Sets the value of isDynamic attribute. See isDynamic() for description on the attribute.

Parameters:
newValue - New value to be set.

getDynamicArguments

public ArgListsExpression getDynamicArguments()
Returns the value of attribute dynamicArguments.

Returns:
Value of attribute dynamicArguments.

setDynamicArguments

public void setDynamicArguments(ArgListsExpression newValue)
Sets the value of dynamicArguments attribute. See getDynamicArguments() for description on the attribute.

Parameters:
newValue - New value to be set.

getDynamicMultiplicity

public Multiplicity getDynamicMultiplicity()
Returns the value of attribute dynamicMultiplicity.

Returns:
Value of attribute dynamicMultiplicity.

setDynamicMultiplicity

public void setDynamicMultiplicity(Multiplicity newValue)
Sets the value of dynamicMultiplicity attribute. See getDynamicMultiplicity() for description on the attribute.

Parameters:
newValue - New value to be set.