Package jadex.commons
Interface IBooleanCondition
- 
- All Known Implementing Classes:
- PlanFinishedTaskCondition
 
 public interface IBooleanConditionA dynamic boolean condition that can be evaluated on demand (polling).
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid()Get the current state of the condition.
 
-