Class AmbulancePlan
- java.lang.Object
-
- jadex.bdiv3.examples.disastermanagement.ambulance.AmbulancePlan
-
public class AmbulancePlan extends java.lang.Object
Move to victims and treat them.
-
-
Field Summary
Fields Modifier and Type Field Description protected AmbulanceAgent
capa
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description AmbulancePlan()
-
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
-
-