Package org.oristool.models.gspn.chains
Class DTMC<S>
java.lang.Object
org.oristool.models.gspn.chains.DTMC<S>
- Type Parameters:
S
- type of DTMC states
Directed graph encoding a DTMC.
-
Method Details
-
probsGraph
-
initialStates
-
initialProbs
-
create
Creates an empty DTMC.- Type Parameters:
S
- type of DTMC states- Returns:
- empty DTMC instance
-