Interface IVariableFilter
-
- All Known Implementing Classes:
ConfigurationContextResolver.HashFilter,FrozenVariablesFilter,NoVariableFilter,SetVariablesFilter
public interface IVariableFilterDefines a variable filter. Basically, we will only filter for frozen variables or leave all through (runtime), but in the future, further filters may be needed.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabled(IDecisionVariable variable)Checks the given variable.
-
-
-
Method Detail
-
isEnabled
boolean isEnabled(IDecisionVariable variable)
Checks the given variable.- Parameters:
variable- the variable to be checked- Returns:
trueif the variable is in (enabled),falseif it is out
-
-