Class HandleDisasterPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.commander.HandleDisasterPlan
 
- 
 public class HandleDisasterPlan extends java.lang.ObjectHandle a disaster by assigning units.
- 
- 
Field SummaryFields Modifier and Type Field Description protected CommanderAgentcapaprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description HandleDisasterPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaborted(java.lang.Exception e)voidbody(CommanderAgent.HandleDisaster goal)The body method is called on the instantiated plan instance from the scheduler.
 
- 
- 
- 
Field Detail- 
capaprotected CommanderAgent capa 
 - 
rplanprotected IPlan rplan 
 
- 
 - 
Method Detail- 
bodypublic void body(CommanderAgent.HandleDisaster goal) The body method is called on the instantiated plan instance from the scheduler.
 - 
abortedpublic void aborted(java.lang.Exception e) 
 
- 
 
-