Interface ReadSelectionFilter
-
- All Known Implementing Classes:
NameListReadSelectionFilter
public interface ReadSelectionFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOfInterest(CorrectorValue correctorValue)decides if we will use the given correctorbooleanisOfInterest(MonitorValue monitorValue)decides if we will use the given monitor
-
-
-
Method Detail
-
isOfInterest
boolean isOfInterest(MonitorValue monitorValue)
decides if we will use the given monitor- Parameters:
monitorValue- the monitor-value to test- Returns:
trueif the monitor shall be loaded, false otherwise
-
isOfInterest
boolean isOfInterest(CorrectorValue correctorValue)
decides if we will use the given corrector- Parameters:
correctorValue- the value in question- Returns:
trueif the the given value should be loaded,falseotherwise
-
-