Package org.oristool.models.gspn.chains
Interface CTMCState<S>
- Type Parameters:
S
- type of CTMC states
- All Known Implementing Classes:
OneGenState
,SPNState
public interface CTMCState<S>
Generic interface for states of a CTMC.
-
Method Summary
-
Method Details
-
state
S state() -
exitRate
double exitRate()
-