Class CommanderAgent
- java.lang.Object
 - 
- jadex.bdiv3.examples.disastermanagement.commander.CommanderAgent
 
 
- 
public class CommanderAgent extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description classCommanderAgent.ClearChemicalsclassCommanderAgent.ExtinguishFiresclassCommanderAgent.HandleDisasterclassCommanderAgent.SendRescueForceclassCommanderAgent.TreatVictims 
- 
Field Summary
Fields 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 Summary
Constructors Constructor Description CommanderAgent() 
- 
Method Summary
All 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
- 
agent
protected IInternalAccess agent
The agent. 
- 
movecapa
protected MovementCapa movecapa
The capa. 
- 
disasters
protected java.util.Set<ISpaceObject> disasters
The disasters. 
- 
busyentities
protected java.util.List<java.lang.Object> busyentities
The busy entities. 
 - 
 
- 
Method Detail
- 
body
public void body()
 
- 
getMoveCapa
public MovementCapa getMoveCapa()
Get the movecapa.- Returns:
 - The movecapa.
 
 
- 
getAgent
public IInternalAccess getAgent()
Get the agent.- Returns:
 - The agent.
 
 
- 
getDisasters
public java.util.Set<ISpaceObject> getDisasters()
Get the disasters.- Returns:
 - The disasters.
 
 
- 
getBusyEntities
public java.util.List<java.lang.Object> getBusyEntities()
Get the busyentities.- Returns:
 - The busyentities.
 
 
 - 
 
 -