com.change_vision.jude.api.inf.model
Interface IStateMachine

com.change_vision.jude.api.inf.model.IStateMachine
All Superinterfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement

public abstract IStateMachine
extends INamedElement

Interface for StateMachines.


Field Summary
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  IStateMachineDiagram getStateMachineDiagram()
          Get StateMachine Diagram.
abstract  IState[] getStates()
          Get States.
abstract  ITransition[] getTransitions()
          Get Transitions.
abstract  IVertex[] getVertexes()
          Get Vertexes.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getVertexes

abstract IVertex[] getVertexes()
Get Vertexes.

Returns:
The array of Vertexes. Return the empty array if there is none.

getTransitions

abstract ITransition[] getTransitions()
Get Transitions.

Returns:
The array of Transitions. Return the empty array if there is none.

getStateMachineDiagram

abstract IStateMachineDiagram getStateMachineDiagram()
Get StateMachine Diagram.

Returns:
StateMachine Diagram.

getStates

abstract IState[] getStates()
Get States.

Returns:
The array of States. Return the empty array if there is none.
Since:
6.7