Class OneGenState

java.lang.Object
org.oristool.models.stpn.onegen.OneGenState
All Implemented Interfaces:
CTMCState<State>

public class OneGenState extends Object implements CTMCState<State>
CTMC state with reference to a node in the succession graph.
  • Constructor Details

    • OneGenState

      public OneGenState(State state)
      Creates a new instance from a graph node.

      The marking is obtained from the PetriStateFeature of the state, while the exit rate is computed from the static features of enabled transitions.

      Parameters:
      state - node in the succession graph
      Throws:
      IllegalArgumentException - if more then one GEN transition or IMM transitions are enabled in the state.
  • Method Details