Uses of Interface
jmarkov.basic.PropertiesElement

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

Uses of PropertiesElement in jmarkov.basic
 

Classes in jmarkov.basic that implement PropertiesElement
 class PropertiesAction
          This class is an easy way to use a Action that is represented by an integer valued array.
 class PropertiesEvent
          This class is an easy way to use an event that is represented by an array of int.
 class PropertiesState
          The states are characterized by an array of integer-valued properties, whose meaning will change from implementation to implementation.
 

Methods in jmarkov.basic that return PropertiesElement
 PropertiesElement PropertiesState.clone()
           
 PropertiesElement PropertiesElement.clone()