Class HandleDisasterPlan
- java.lang.Object
-
- jadex.bdiv3.examples.disastermanagement.commander.HandleDisasterPlan
-
public class HandleDisasterPlan extends java.lang.Object
Handle a disaster by assigning units.
-
-
Field Summary
Fields Modifier and Type Field Description protected CommanderAgent
capa
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description HandleDisasterPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aborted(java.lang.Exception e)
void
body(CommanderAgent.HandleDisaster goal)
The body method is called on the instantiated plan instance from the scheduler.
-
-
-
Field Detail
-
capa
protected CommanderAgent capa
-
rplan
protected IPlan rplan
-
-
Method Detail
-
body
public void body(CommanderAgent.HandleDisaster goal)
The body method is called on the instantiated plan instance from the scheduler.
-
aborted
public void aborted(java.lang.Exception e)
-
-