Class ExtinguishFirePlan
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.firebrigade.ExtinguishFirePlan
 
- 
 public class ExtinguishFirePlan extends java.lang.ObjectMove to fire and extinguish it.
- 
- 
Field SummaryFields Modifier and Type Field Description protected FireBrigadeAgentcapaprotected FireBrigadeAgent.ExtinguishFiregoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description ExtinguishFirePlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.
 
- 
- 
- 
Field Detail- 
capaprotected FireBrigadeAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected FireBrigadeAgent.ExtinguishFire goal 
 
- 
 
-