Package adams.flow.condition.bool
Interface IndexedBooleanConditionSupporter
-
- All Known Implementing Classes:
Switch
,SwitchedSource
public interface IndexedBooleanConditionSupporter
Interface for classes that supportIndexedBooleanCondition
objects.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
supports(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
-
-