Uses of Class
jmarkov.basic.StatesSet

Packages that use StatesSet
jmarkov Provides the basic elements to model continuous time Markov chains (CTMC). 
jmarkov.jmdp jMDP is used to solve Markov Decision Processes. 
 

Uses of StatesSet in jmarkov
 

Fields in jmarkov declared as StatesSet
protected  StatesSet<S> MarkovProcess.theStates
          Set of fully analyzed States
 

Methods in jmarkov that return StatesSet
 StatesSet<S> MarkovProcess.getStates()
          Returns an array with all the States in the model.
 StatesSet<GeomState<Sub>> GeomProcess.getStates()
           
 StatesSet<S> MarkovProcess.getStates(boolean causesGeneration)
          Returns an array with the States in the model that have been checked so far.
 

Uses of StatesSet in jmarkov.jmdp
 

Fields in jmarkov.jmdp declared as StatesSet
protected  StatesSet<S> InfiniteMDP.states
          set of states
 

Methods in jmarkov.jmdp that return StatesSet
protected abstract  StatesSet<S> InfiniteMDP.generate()
           
protected  StatesSet<S> DTMDP.generate()
           
protected  StatesSet<StateEvent<S,E>> CTMDPEvA.generate()
           
protected  StatesSet<S> CTMDP.generate()
           
 StatesSet<S> InfiniteMDP.getAllStates()
          Complete set of states explored
 StatesSet<S> CTMDP.getAllStates()
          Complete set of states explored
protected  StatesSet<S> DTMDP.oneStageReachable(States<S> initSet)
          TFinds the states reached in one step.
protected  StatesSet<S> CTMDP.oneStageReachable(States<S> initSet)
          Finds the states reachable in one step.