org.rlcommunity.rlglue.codec.types
Class Action

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

public class Action
extends RL_abstract_type


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

Constructor Detail

Action

public Action()

Action

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

Parameters:
numInts -
numDoubles -

Action

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

Action

public Action(RL_abstract_type src)
Method Detail

duplicate

public Action duplicate()