Uses of Class
org.rlcommunity.rlglue.codec.types.State_key

Packages that use State_key
org.rlcommunity.rlglue.codec   
org.rlcommunity.rlglue.codec.network   
org.rlcommunity.rlglue.codec.types   
 

Uses of State_key in org.rlcommunity.rlglue.codec
 

Methods in org.rlcommunity.rlglue.codec that return State_key
 State_key EnvironmentInterface.env_save_state()
           
 State_key RLGlueInterface.RL_save_state()
           
static State_key RLGlue.RL_save_state()
          RL-Glue Core Method.
 State_key NetGlue.RL_save_state()
           
 

Methods in org.rlcommunity.rlglue.codec with parameters of type State_key
 void EnvironmentInterface.env_load_state(State_key key)
           
 void RLGlueInterface.RL_load_state(State_key stateKey)
           
static void RLGlue.RL_load_state(State_key sk)
          RL-Glue Core Method.
 void NetGlue.RL_load_state(State_key sk)
           
 

Uses of State_key in org.rlcommunity.rlglue.codec.network
 

Methods in org.rlcommunity.rlglue.codec.network that return State_key
 State_key Network.getStateKey()
           
 

Methods in org.rlcommunity.rlglue.codec.network with parameters of type State_key
 void Network.putStateKey(State_key key)
           
 

Uses of State_key in org.rlcommunity.rlglue.codec.types
 

Methods in org.rlcommunity.rlglue.codec.types that return State_key
 State_key State_key.duplicate()