Uses of Class
edu.iastate.jrelm.core.SimpleState

Packages that use SimpleState
edu.iastate.jrelm.core   
 

Uses of SimpleState in edu.iastate.jrelm.core
 

Methods in edu.iastate.jrelm.core that return SimpleState
 SimpleState<O> SimpleStateDomain.getState(int stateIndex)
          Convenience method to allow states to be retrieved with an int id.
 SimpleState<O> SimpleStateDomain.getState(java.lang.Integer id)
           
 

Methods in edu.iastate.jrelm.core with parameters of type SimpleState
 boolean SimpleStateDomain.containsState(SimpleState<O> stateToCheck)