Class ClearChemicalsPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.disastermanagement.commander.ClearChemicalsPlan
 
- 
 public class ClearChemicalsPlan extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected ITerminableFuture<java.lang.Void>cc
 - 
Constructor SummaryConstructors Constructor Description ClearChemicalsPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaborted()Called when the plan is aborted.voidbody(CommanderAgent.SendRescueForce goal)The body method is called on the instantiated plan instance from the scheduler.booleancheckPrecondition(CommanderAgent.SendRescueForce goal)
 
- 
- 
- 
Field Detail- 
ccprotected ITerminableFuture<java.lang.Void> cc 
 
- 
 - 
Method Detail- 
bodypublic void body(CommanderAgent.SendRescueForce goal) The body method is called on the instantiated plan instance from the scheduler.
 - 
abortedpublic void aborted() Called when the plan is aborted.
 - 
checkPreconditionpublic boolean checkPrecondition(CommanderAgent.SendRescueForce goal) 
 
- 
 
-