org.omg.uml.behavioralelements.statemachines
Interface StateVertex

All Superinterfaces:
Element, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
ActionState, CallState, CompositeState, FinalState, ObjectFlowState, Pseudostate, SimpleState, State, StubState, SubactivityState, SubmachineState, SynchState

public interface StateVertex
extends ModelElement

StateVertex object instance interface.


Method Summary
 CompositeState getContainer()
          Returns the value of reference container.
 Collection getIncoming()
          Returns the value of reference incoming.
 Collection getOutgoing()
          Returns the value of reference outgoing.
 void setContainer(CompositeState newValue)
          Sets the value of reference container.
 
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

getContainer

public CompositeState getContainer()
Returns the value of reference container.

Returns:
Value of reference container.

setContainer

public void setContainer(CompositeState newValue)
Sets the value of reference container. See getContainer() for description on the reference.

Parameters:
newValue - New value to be set.

getOutgoing

public Collection getOutgoing()
Returns the value of reference outgoing.

Returns:
Value of reference outgoing.

getIncoming

public Collection getIncoming()
Returns the value of reference incoming.

Returns:
Value of reference incoming.