Package jadex.common

Interface IBooleanCondition


public interface IBooleanCondition
A dynamic boolean condition that can be evaluated on demand (polling).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Get the current state of the condition.
  • Method Details

    • isValid

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