org.eclipse.etrice.core.room
Interface StateGraph

All Known Implementing Classes:
StateGraphImpl

public interface StateGraph

A representation of the model object 'State Graph'.

The following features are supported:

See Also:
RoomPackage.getStateGraph()
EMF generated code
EMF model element

Method Summary
  getChPoints()
          Returns the value of the 'Ch Points' containment reference list.
  getStates()
          Returns the value of the 'States' containment reference list.
  getTransitions()
          Returns the value of the 'Transitions' containment reference list.
  getTrPoints()
          Returns the value of the 'Tr Points' containment reference list.
 

Method Detail

getStates

 getStates()
Returns the value of the 'States' containment reference list. The list contents are of type State.

If the meaning of the 'States' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'States' containment reference list.
See Also:
RoomPackage.getStateGraph_States()
EMF generated code
EMF model element
containment="true"

getTrPoints

 getTrPoints()
Returns the value of the 'Tr Points' containment reference list. The list contents are of type TrPoint.

If the meaning of the 'Tr Points' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tr Points' containment reference list.
See Also:
RoomPackage.getStateGraph_TrPoints()
EMF generated code
EMF model element
containment="true"

getChPoints

 getChPoints()
Returns the value of the 'Ch Points' containment reference list. The list contents are of type ChoicePoint.

If the meaning of the 'Ch Points' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ch Points' containment reference list.
See Also:
RoomPackage.getStateGraph_ChPoints()
EMF generated code
EMF model element
containment="true"

getTransitions

 getTransitions()
Returns the value of the 'Transitions' containment reference list. The list contents are of type Transition.

If the meaning of the 'Transitions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Transitions' containment reference list.
See Also:
RoomPackage.getStateGraph_Transitions()
EMF generated code
EMF model element
containment="true"