|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rlcommunity.rlglue.codec.types.RL_abstract_type
org.rlcommunity.rlglue.codec.types.Observation
public class Observation
Field Summary |
---|
Fields inherited from class org.rlcommunity.rlglue.codec.types.RL_abstract_type |
---|
charArray, doubleArray, intArray |
Constructor Summary | |
---|---|
Observation()
|
|
Observation(int numInts,
int numDoubles)
For backwards compatibility with RL-Glue 2.x |
|
Observation(int numInts,
int numDoubles,
int numChars)
|
|
Observation(RL_abstract_type src)
|
Method Summary | |
---|---|
Observation |
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 |
---|
public Observation()
public Observation(int numInts, int numDoubles)
numInts
- numDoubles
- public Observation(int numInts, int numDoubles, int numChars)
public Observation(RL_abstract_type src)
Method Detail |
---|
public Observation duplicate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |