Class TreatVictimPlan
- java.lang.Object
-
- jadex.bdiv3.examples.disastermanagement.ambulance.TreatVictimPlan
-
public class TreatVictimPlan extends java.lang.ObjectMove to victim and treat her.
-
-
Field Summary
Fields Modifier and Type Field Description protected AmbulanceAgentcapaprotected AmbulanceAgent.TreatVictimsgoalprotected IPlanrplan
-
Constructor Summary
Constructors Constructor Description TreatVictimPlan()
-
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 AmbulanceAgent capa
-
rplan
protected IPlan rplan
-
goal
protected AmbulanceAgent.TreatVictims goal
-
-