Package org.oristool.models.stpn.onegen
Class OneGenState
java.lang.Object
org.oristool.models.stpn.onegen.OneGenState
CTMC state with reference to a node in the succession graph.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OneGenState
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