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