public interface LocationFilter
LocationFilter
class allows for computations and other
classes to check if a specific location's data should be used in a
computation.Modifier and Type | Method and Description |
---|---|
boolean |
useLocation(DataLocation loc)
Determines if a data location should be used in the context of
some computation.
|
boolean useLocation(DataLocation loc)
loc
- the location to determine for use.