Class HandleForcesPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.commander.HandleForcesPlan
 
- 
- Direct Known Subclasses:
- HandleAmbulancesPlan,- HandleFireBrigadesClearChemicalsPlan,- HandleFireBrigadesExtinguishFiresPlan
 
 public abstract class HandleForcesPlan extends java.lang.ObjectHandle forces by sending an appropriate number to the disaster site..
- 
- 
Field SummaryFields Modifier and Type Field Description protected CommanderAgentcapaprotected IForcesGoalgoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description HandleForcesPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidallocateForces(java.lang.String servicename, java.lang.String typename)The body method is called on the instantiated plan instance from the scheduler.voidfailure(java.lang.Exception e)
 
- 
- 
- 
Field Detail- 
capaprotected CommanderAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected IForcesGoal goal 
 
- 
 
-