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

    Modifier and Type
    Method
    Description
    double
     
     
  • Method Details

    • state

      S state()
    • exitRate

      double exitRate()