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 Detail

      • isValid

        boolean isValid()
        Get the current state of the condition.
        Returns:
        True, if the condition is valid.