public interface ProductNodeFilter<T extends ProductNode>
Instances of this interface may be passed to the ProductNodeList.createSubset(ProductNodeFilter)
method.
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T productNode)
Tests whether or not the specified abstract product node should be included in a product node list.
|
boolean accept(T productNode)
productNode
- the product node to be testedCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.