org.rlcommunity.rlglue.codec.types
Class Random_seed_key

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

public class Random_seed_key
extends RL_abstract_type


Field Summary
 
Fields inherited from class org.rlcommunity.rlglue.codec.types.RL_abstract_type
charArray, doubleArray, intArray
 
Constructor Summary
Random_seed_key()
           
Random_seed_key(int numInts, int numDoubles)
          For backwards compatibility with RL-Glue 2.x
Random_seed_key(int numInts, int numDoubles, int numChars)
           
Random_seed_key(RL_abstract_type src)
           
 
Method Summary
 Random_seed_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

Random_seed_key

public Random_seed_key()

Random_seed_key

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

Parameters:
numInts -
numDoubles -

Random_seed_key

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

Random_seed_key

public Random_seed_key(RL_abstract_type src)
Method Detail

duplicate

public Random_seed_key duplicate()