Package jadex.common
Interface IBooleanCondition
public interface IBooleanCondition
A dynamic boolean condition that can be evaluated on demand
(polling).
-
Method Summary
-
Method Details
-
isValid
boolean isValid()Get the current state of the condition.- Returns:
- True, if the condition is valid.
-