Class ClearChemicalsPlan
- java.lang.Object
-
- jadex.bdiv3.examples.disastermanagement.firebrigade.ClearChemicalsPlan
-
public class ClearChemicalsPlan extends java.lang.ObjectMove to chemicals and clear them.
-
-
Field Summary
Fields Modifier and Type Field Description protected FireBrigadeAgentcapaprotected FireBrigadeAgent.ClearChemicalsgoalprotected IPlanrplan
-
Constructor Summary
Constructors Constructor Description ClearChemicalsPlan()
-
Method Summary
All 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
-
capa
protected FireBrigadeAgent capa
-
rplan
protected IPlan rplan
-
goal
protected FireBrigadeAgent.ClearChemicals goal
-
-