public interface DatasetFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatasetFilter.ByDataType
Filter a Catalog by the dataset data type.
|
static class |
DatasetFilter.ByServiceType
Filter a Catalog by the access service type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
accept(InvDataset d)
Decision function as to whether to accept this dataset or not.
|
int accept(InvDataset d)
d - dataset to filter