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

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

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

Methods in org.rlcommunity.rlglue.codec.network with parameters of type RL_abstract_type
 void Network.putAbstractType(RL_abstract_type theObject)
           
static int Network.sizeOf(RL_abstract_type theObject)
           
 

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

Subclasses of RL_abstract_type in org.rlcommunity.rlglue.codec.types
 class Action
           
 class Observation
           
 

Methods in org.rlcommunity.rlglue.codec.types with parameters of type RL_abstract_type
static void RL_abstract_type.RLStructCopy(RL_abstract_type src, RL_abstract_type dest)
          Useful (maybe?) utility method for deep copying one RL_Abstract_type into another.
 

Constructors in org.rlcommunity.rlglue.codec.types with parameters of type RL_abstract_type
Action(RL_abstract_type src)
           
Observation(RL_abstract_type src)
           
RL_abstract_type(RL_abstract_type src)
          Create a new RL_abstract_type that is a deep, independent copy of src.