| Package | Description | 
|---|---|
| com.tailf.navu | 
 NAVU (Navigation Utilities) is an API which provides increased
 accessibility to the ConfD/NCS populated data model tree:
 NAVU-Tree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NavuChoice | 
NavuContainer.choice(String name)
Returns a reference to a subordinate  
choice with
 the name name. | 
| Modifier and Type | Method and Description | 
|---|---|
List<NavuChoice> | 
NavuContainer.getSelectCaseAsNavuChoice(String choice)
Returns a collection of the "toplevel" choice elements of
 the a current selected case. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NoSuchNavuCaseException | 
NoSuchNavuCaseException.mk(NavuChoice choice,
  String errCaseName)  | 
| Constructor and Description | 
|---|
NoSuchNavuCaseException(NavuChoice navuChoice,
                       String failureCaseName,
                       String childrenMsg)  |