Package jadex.bdiv3.runtime
Class PlanFinishedTaskCondition
- java.lang.Object
- 
- jadex.bdiv3.runtime.PlanFinishedTaskCondition
 
- 
- All Implemented Interfaces:
- IBooleanCondition
 
 public class PlanFinishedTaskCondition extends java.lang.Object implements IBooleanCondition Finished condition for a space object task to be removed when a plan is finished.
- 
- 
Constructor SummaryConstructors Constructor Description PlanFinishedTaskCondition(IPlan plan)Create a plan finished task condition.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValid()Get the current state of the condition.
 
- 
- 
- 
Field Detail- 
planprotected IPlan plan The finished flag.
 
- 
 - 
Constructor Detail- 
PlanFinishedTaskConditionpublic PlanFinishedTaskCondition(IPlan plan) Create a plan finished task condition.- Parameters:
- plan- The plan.
 
 
- 
 - 
Method Detail- 
isValidpublic boolean isValid() Get the current state of the condition.- Specified by:
- isValidin interface- IBooleanCondition
- Returns:
- True, if the condition is valid.
 
 
- 
 
-