Class ClearChemicalsPlan
- java.lang.Object
-
- jadex.bdiv3.examples.disastermanagement.firebrigade.ClearChemicalsPlan
-
public class ClearChemicalsPlan extends java.lang.Object
Move to chemicals and clear them.
-
-
Field Summary
Fields Modifier and Type Field Description protected FireBrigadeAgent
capa
protected FireBrigadeAgent.ClearChemicals
goal
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description ClearChemicalsPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.void
failed(java.lang.Exception e)
Called when a plan fails.
-
-
-
Field Detail
-
capa
protected FireBrigadeAgent capa
-
rplan
protected IPlan rplan
-
goal
protected FireBrigadeAgent.ClearChemicals goal
-
-