Uses of Class
jmarkov.basic.PropertiesState

Packages that use PropertiesState
jmarkov.basic This package contains basic elements such as State, Event, Action that are used in jMarkov and jMDP. 
 

Uses of PropertiesState in jmarkov.basic
 

Methods in jmarkov.basic with parameters of type PropertiesState
 int PropertiesState.compareTo(PropertiesState ps)
          Compares according to the internal properties in lexicographic order.
 

Constructors in jmarkov.basic with parameters of type PropertiesState
PropertiesState(PropertiesState s)
          Constructs a new State by cloning the given State.