Package adams.flow.condition.bool
Interface IndexedBooleanConditionSupporter
-
- All Known Implementing Classes:
Switch,SwitchedSource
public interface IndexedBooleanConditionSupporterInterface for classes that supportIndexedBooleanConditionobjects.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupports(BooleanCondition condition)Returns whether the condition is supported.
-
-
-
Method Detail
-
supports
boolean supports(BooleanCondition condition)
Returns whether the condition is supported.- Returns:
- true if supported, false otherwise
-
-