|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.amis.pogamut.base.agent.module.AgentModule<AGENT>
cz.cuni.amis.pogamut.base.agent.module.SensorModule<USAR2004Bot>
cz.cuni.amis.pogamut.usar2004.agent.module.nfo.SuperNfo
public abstract class SuperNfo
Parent class for all possible nfo subjects. It covers the basic and common properties for all the nfo subjects.
Field Summary | |
---|---|
protected NfoMessage |
lastMessage
|
protected cz.cuni.amis.pogamut.usar2004.agent.module.nfo.SuperNfo.NfoMessageListener |
nfoListener
|
Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.SensorModule |
---|
worldView |
Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
---|
agent, controller, eventBus, log |
Constructor Summary | |
---|---|
SuperNfo(USAR2004Bot bot,
String type)
Ctor. |
Method Summary | |
---|---|
protected void |
cleanUp()
|
Boolean |
isReady()
Used to make sure the object is filled. |
Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
---|
getComponentId, getLog, getState, initComponentId, isRunning, kill, pause, reset, resume, start, stop, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected cz.cuni.amis.pogamut.usar2004.agent.module.nfo.SuperNfo.NfoMessageListener nfoListener
protected NfoMessage lastMessage
Constructor Detail |
---|
public SuperNfo(USAR2004Bot bot, String type)
bot
- USAR2004Bot variable for filling base class.type
- Nfo type describes particular subject about which
we want to know about. It is used to distinguish incoming message from
the server.Method Detail |
---|
protected void cleanUp()
cleanUp
in class cz.cuni.amis.pogamut.base.agent.module.AgentModule<USAR2004Bot>
public Boolean isReady()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |