Class ClearChemicalsPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.firebrigade.ClearChemicalsPlan
 
- 
 public class ClearChemicalsPlan extends java.lang.ObjectMove to chemicals and clear them.
- 
- 
Field SummaryFields Modifier and Type Field Description protected FireBrigadeAgentcapaprotected FireBrigadeAgent.ClearChemicalsgoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description ClearChemicalsPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.voidfailed(java.lang.Exception e)Called when a plan fails.
 
- 
- 
- 
Field Detail- 
capaprotected FireBrigadeAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected FireBrigadeAgent.ClearChemicals goal 
 
- 
 
-