public class SampleFireBrigade extends AbstractSampleAgent<FireBrigade>
buildingIDs, refugeIDs, roadIDs, search, useSpeakconfig, connection, model, random| Constructor and Description |
|---|
SampleFireBrigade() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.EnumSet<StandardEntityURN> |
getRequestedEntityURNsEnum()
Get an EnumSet containing requested entity URNs.
|
protected void |
postConnect()
Perform any post-connection work required before acknowledgement of the connection is made.
|
protected void |
think(int time,
ChangeSet changed,
java.util.Collection<Command> heard)
Notification that a timestep has started.
|
java.lang.String |
toString() |
randomWalkcreateWorldModel, getRefuges, getRequestedEntityURNs, location, sendClear, sendClear, sendExtinguish, sendLoad, sendMove, sendMove, sendRescue, sendRest, sendSay, sendSpeak, sendSubscribe, sendTell, sendUnload, shouldIndexconnect, getID, getPreferredNDC, me, postConnect, processMessage, processSensegetName, getPreferredLogContext, getPreferredRegistry, initialise, postConnect, processImmediately, send, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getPreferredLogContext, getPreferredRegistry, initialise, shutdownpublic java.lang.String toString()
toString in class java.lang.Objectprotected void postConnect()
AbstractComponentpostConnect in class AbstractSampleAgent<FireBrigade>protected void think(int time,
ChangeSet changed,
java.util.Collection<Command> heard)
AbstractAgentthink in class AbstractAgent<StandardWorldModel,FireBrigade>time - The timestep.changed - The set of changes observed this timestep.heard - The set of communication messages this agent heard.protected java.util.EnumSet<StandardEntityURN> getRequestedEntityURNsEnum()
StandardAgentgetRequestedEntityURNsEnum in class StandardAgent<FireBrigade>