| Package | Description |
|---|---|
| dap4.core.dmr | |
| dap4.core.util |
| Modifier and Type | Field and Description |
|---|---|
protected DapSort |
DapNode.sort
Assign a "sort" to this node to avoid
use of instanceof().
|
| Modifier and Type | Method and Description |
|---|---|
DapSort |
DapNode.getSort() |
| Modifier and Type | Method and Description |
|---|---|
DapNode |
DapGroup.findByFQN(String fqn,
DapSort sort)
Parse an FQN and use it to trace to a specific
object in a dataset.
|
DapNode |
DapGroup.findByName(String name,
DapSort sort) |
DapNode |
DapGroup.findInGroup(String name,
DapSort sort) |
Object |
DapDataFactory.newNode(DapSort sort) |
Object |
DapFactoryDMR.newNode(DapSort sort) |
Object |
DapFactory.newNode(DapSort sort) |
Object |
DapDataFactory.newNode(String ignored,
DapSort sort) |
Object |
DapFactoryDMR.newNode(String name,
DapSort sort) |
Object |
DapFactory.newNode(String name,
DapSort sort) |
void |
DapNode.setSort(DapSort sort) |
| Modifier and Type | Method and Description |
|---|---|
List<DapNode> |
DapGroup.findByFQN(String fqn,
EnumSet<DapSort> sortset) |
List<DapNode> |
DapGroup.findByName(String name,
EnumSet<DapSort> sortset) |
List<DapNode> |
DapGroup.findInGroup(String name,
EnumSet<DapSort> sortset) |
DapIterator |
DapDataset.getIterator(EnumSet<DapSort> sortset) |
List<DapNode> |
DapDataset.lookup(String fqn,
EnumSet<DapSort> sortset)
Parse an FQN and use it to trace to a specific
object in a dataset.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<DapSort> |
DapSort.VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static DapSort |
DapSort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DapSort[] |
DapSort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DapIterator(List<DapNode> source,
EnumSet<DapSort> sortset) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.