org.rlcommunity.rlglue.codec.types
Class State_key

java.lang.Object
  extended by org.rlcommunity.rlglue.codec.types.RL_abstract_type
      extended by org.rlcommunity.rlglue.codec.types.State_key
All Implemented Interfaces:
java.lang.Comparable

public class State_key
extends RL_abstract_type


Field Summary
 
Fields inherited from class org.rlcommunity.rlglue.codec.types.RL_abstract_type
charArray, doubleArray, intArray
 
Constructor Summary
State_key()
           
State_key(int numInts, int numDoubles)
          For backwards compatibility with RL-Glue 2.x
State_key(int numInts, int numDoubles, int numChars)
           
State_key(RL_abstract_type src)
           
 
Method Summary
 State_key duplicate()
           
 
Methods inherited from class org.rlcommunity.rlglue.codec.types.RL_abstract_type
compareTo, RLStructCopy, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

State_key

public State_key()

State_key

public State_key(int numInts,
                 int numDoubles)
For backwards compatibility with RL-Glue 2.x

Parameters:
numInts -
numDoubles -

State_key

public State_key(int numInts,
                 int numDoubles,
                 int numChars)

State_key

public State_key(RL_abstract_type src)
Method Detail

duplicate

public State_key duplicate()