org.omg.uml.behavioralelements.statemachines
Interface CompositeState

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

public interface CompositeState
extends State

CompositeState object instance interface.


Method Summary
 Collection getSubvertex()
          Returns the value of reference subvertex.
 boolean isConcurrent()
          Returns the value of attribute isConcurrent.
 void setConcurrent(boolean newValue)
          Sets the value of isConcurrent 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

isConcurrent

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

Returns:
Value of attribute isConcurrent.

setConcurrent

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

Parameters:
newValue - New value to be set.

getSubvertex

public Collection getSubvertex()
Returns the value of reference subvertex.

Returns:
Value of reference subvertex.