de.uka.ipd.sdq.markov
Interface MarkovChain

All Superinterfaces:
Entity
All Known Implementing Classes:
MarkovChainImpl

public interface MarkovChain
extends Entity

A representation of the model object 'Chain'.

The following features are supported:

See Also:
MarkovPackage.getMarkovChain()

Method Summary
  getStates()
          Returns the value of the 'States' reference list.
  getTransitions()
          Returns the value of the 'Transitions' reference list.
 
Methods inherited from interface de.uka.ipd.sdq.markov.Entity
getName, setName
 

Method Detail

getStates

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

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

Returns:
the value of the 'States' reference list.
See Also:
MarkovPackage.getMarkovChain_States()

getTransitions

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

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

Returns:
the value of the 'Transitions' reference list.
See Also:
MarkovPackage.getMarkovChain_Transitions()