| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema | 
 Definition of normalized YANG DOM Model
 Normalized DOM Model brings more direct mapping between YANG Model, DOM
 representation of data 
 | 
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AugmentationNode
Data instance of  
augment associated with parent node. | 
interface  | 
ChoiceNode
Node representing data instance of  
choice. | 
interface  | 
LeafSetNode<T>
Node representing set of simple leaf nodes. 
 | 
interface  | 
MapNode
Containment node, which contains  
MapEntryNode of the same type, which may
 be quickly retrieved using key. | 
interface  | 
OrderedLeafSetNode<T>
Leaf set node which preserves user-supplied ordering. 
 | 
interface  | 
OrderedMapNode
Map node which preserves user-supplied ordering. 
 | 
interface  | 
OrderedNodeContainer<V extends NormalizedNode<?,?>>
Normalized Node container which preserves user supplied ordering
 and allows addressing of child elements by position. 
 | 
interface  | 
UnkeyedListNode
Containment node, which contains  
UnkeyedListEntryNode of the same type, which may
 be quickly retrieved using key. | 
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T>  | 
protected static class  | 
ImmutableMapNodeBuilder.ImmutableMapNode  | 
protected static class  | 
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T>  | 
protected static class  | 
ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode  | 
protected static class  | 
ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode  | 
protected static class  | 
ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode  | 
Copyright © 2018 OpenDaylight. All rights reserved.