Class CommanderAgent
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.commander.CommanderAgent
 
- 
 public class CommanderAgent extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCommanderAgent.ClearChemicalsclassCommanderAgent.ExtinguishFiresclassCommanderAgent.HandleDisasterclassCommanderAgent.SendRescueForceclassCommanderAgent.TreatVictims
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected java.util.List<java.lang.Object>busyentitiesThe busy entities.protected java.util.Set<ISpaceObject>disastersThe disasters.protected MovementCapamovecapaThe capa.
 - 
Constructor SummaryConstructors Constructor Description CommanderAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()IInternalAccessgetAgent()Get the agent.java.util.List<java.lang.Object>getBusyEntities()Get the busyentities.java.util.Set<ISpaceObject>getDisasters()Get the disasters.MovementCapagetMoveCapa()Get the movecapa.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 - 
movecapaprotected MovementCapa movecapa The capa.
 - 
disastersprotected java.util.Set<ISpaceObject> disasters The disasters.
 - 
busyentitiesprotected java.util.List<java.lang.Object> busyentities The busy entities.
 
- 
 - 
Method Detail- 
bodypublic void body() 
 - 
getMoveCapapublic MovementCapa getMoveCapa() Get the movecapa.- Returns:
- The movecapa.
 
 - 
getAgentpublic IInternalAccess getAgent() Get the agent.- Returns:
- The agent.
 
 - 
getDisasterspublic java.util.Set<ISpaceObject> getDisasters() Get the disasters.- Returns:
- The disasters.
 
 - 
getBusyEntitiespublic java.util.List<java.lang.Object> getBusyEntities() Get the busyentities.- Returns:
- The busyentities.
 
 
- 
 
-