org.mbari.jddac
Interface IFilter
- All Known Implementing Classes:
- MutableIntegerArrayFilter, NumberFilter, SampleCountFilter, SiamRecordFilter
public interface IFilter
This interface can be implemented to reject or accept ArgArrays
that are added to AggregationBlocks. For example, you may want
to reject ArgArrays that do not contain a particular key or
you may want to only accept Measurements (a sub-class of
ArgArray)
- Author:
- brian
|
Field Summary |
static java.lang.String |
KEY
|
|
Method Summary |
boolean |
accept(net.java.jddac.common.type.ArgArray argArray)
|
KEY
static final java.lang.String KEY
- See Also:
- Constant Field Values
accept
boolean accept(net.java.jddac.common.type.ArgArray argArray)
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.