Interface IndexedBooleanConditionSupporter

  • All Known Implementing Classes:
    Switch, SwitchedSource

    public interface IndexedBooleanConditionSupporter
    Interface for classes that support IndexedBooleanCondition objects.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • supports

        boolean supports​(BooleanCondition condition)
        Returns whether the condition is supported.
        Returns:
        true if supported, false otherwise