public abstract class SuperNfo extends cz.cuni.amis.pogamut.base.agent.module.SensorModule<USAR2004Bot>
| Modifier and Type | Field and Description |
|---|---|
protected NfoMessage |
lastMessage |
protected cz.cuni.amis.pogamut.usar2004.agent.module.nfo.SuperNfo.NfoMessageListener |
nfoListener |
| Constructor and Description |
|---|
SuperNfo(USAR2004Bot bot,
String type)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
Boolean |
isReady()
Used to make sure the object is filled.
|
protected cz.cuni.amis.pogamut.usar2004.agent.module.nfo.SuperNfo.NfoMessageListener nfoListener
protected NfoMessage lastMessage
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.protected void cleanUp()
cleanUp in class cz.cuni.amis.pogamut.base.agent.module.AgentModule<USAR2004Bot>public Boolean isReady()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.