Class FireBrigadeAgent
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.firebrigade.FireBrigadeAgent
 
- 
- All Implemented Interfaces:
- IEnvAccess
 
 public class FireBrigadeAgent extends java.lang.Object implements IEnvAccess 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classFireBrigadeAgent.ClearChemicalsclassFireBrigadeAgent.ExtinguishFirestatic classFireBrigadeAgent.GoHome
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected MovementCapamovecapaThe capa.
 - 
Constructor SummaryConstructors Constructor Description FireBrigadeAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()IInternalAccessgetAgent()Get the agent.ContinuousSpace2DgetEnvironment()Get the env.MovementCapagetMoveCapa()Get the movecapa.ISpaceObjectgetMyself()Get the myself.
 
- 
- 
- 
Field Detail- 
movecapaprotected MovementCapa movecapa The capa.
 - 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
bodypublic void body() 
 - 
getMoveCapapublic MovementCapa getMoveCapa() Get the movecapa.- Returns:
- The movecapa.
 
 - 
getAgentpublic IInternalAccess getAgent() Get the agent.- Returns:
- The agent.
 
 - 
getEnvironmentpublic ContinuousSpace2D getEnvironment() Get the env.- Specified by:
- getEnvironmentin interface- IEnvAccess
- Returns:
- The env.
 
 - 
getMyselfpublic ISpaceObject getMyself() Get the myself.- Specified by:
- getMyselfin interface- IEnvAccess
- Returns:
- The myself.
 
 
- 
 
-