|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--roboplayer.core.memory.Memory
This class is a storage for all information which is gathered by robot
Constructor Summary | |
Memory(Body body,
Params params,
char side,
java.lang.String teamName)
Constructor |
Method Summary | |
GameStateInfo |
getGameStateInfo()
Get game state information |
TacticalInfo |
getTacticalInfo()
Get tactical information |
VisualInfo |
getVisualInfo()
Get visual information |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Memory(Body body, Params params, char side, java.lang.String teamName)
body
- robot bodyside
- which side do we playteamName
- name of the teamMethod Detail |
public VisualInfo getVisualInfo()
public TacticalInfo getTacticalInfo()
public GameStateInfo getGameStateInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |