Class FireBrigadePlan
- java.lang.Object
-
- jadex.bdiv3.examples.disastermanagement.firebrigade.FireBrigadePlan
-
public class FireBrigadePlan extends java.lang.Object
Move to fires and extinguish them.
-
-
Field Summary
Fields Modifier and Type Field Description protected AmbulanceAgent
capa
protected FireBrigadeAgent
fireBrigadeBDI
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description FireBrigadePlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.
-
-
-
Field Detail
-
capa
protected AmbulanceAgent capa
-
rplan
protected IPlan rplan
-
fireBrigadeBDI
protected FireBrigadeAgent fireBrigadeBDI
-
-