Uses of Interface
org.opendaylight.yangtools.concepts.PrettyTreeAware
-
Packages that use PrettyTreeAware Package Description org.opendaylight.yangtools.rfc8528.data.api org.opendaylight.yangtools.rfc8528.data.util org.opendaylight.yangtools.yang.data.api.schema Definition of normalized YANG DOM Model.org.opendaylight.yangtools.yang.data.impl.schema.builder.impl org.opendaylight.yangtools.yang.data.impl.schema.nodes org.opendaylight.yangtools.yang.data.spi.node -
-
Uses of PrettyTreeAware in org.opendaylight.yangtools.rfc8528.data.api
Subinterfaces of PrettyTreeAware in org.opendaylight.yangtools.rfc8528.data.api Modifier and Type Interface Description interface
MountPointNode
Common NormalizedNode representation of a YANG mount point. -
Uses of PrettyTreeAware in org.opendaylight.yangtools.rfc8528.data.util
Classes in org.opendaylight.yangtools.rfc8528.data.util that implement PrettyTreeAware Modifier and Type Class Description class
ImmutableMountPointNode
-
Uses of PrettyTreeAware in org.opendaylight.yangtools.yang.data.api.schema
Subinterfaces of PrettyTreeAware in org.opendaylight.yangtools.yang.data.api.schema Modifier and Type Interface Description interface
AnydataNode<V>
A NormalizedNode holding the contents of ananydata
node in some object model.interface
AnyxmlNode<V>
A NormalizedNode holding the contents of ananyxml
node in some object model.interface
AugmentationNode
Data instance ofaugment
associated with parent node.interface
ChoiceNode
Node representing data instance ofchoice
.interface
ContainerNode
Data subtree with cardinality 0..1 in the context of parent node.interface
DataContainerChild
Marker interface for direct children ofDataContainerNode
.interface
DataContainerNode
Abstract node which does not have value but contains validDataContainerChild
nodes.interface
DistinctNodeContainer<K extends YangInstanceIdentifier.PathArgument,V extends NormalizedNode>
ANormalizedNodeContainer
which contains directly-addressable children.interface
DOMSourceAnyxmlNode
An AnyxmlNode with data inDOMSource
format.interface
ForeignDataNode<V>
A NormalizedNode holding a value in some foreign object model.interface
LeafNode<T>
Leaf node with multiplicity 0..1.interface
LeafSetEntryNode<T>
Leaf node with multiplicity 0...n.interface
LeafSetNode<T>
Node representing set of simple leaf nodes.interface
MapEntryNode
Instance of Map entry, this node does not contains value, but child nodes.interface
MapNode
Containment node, which containsMapEntryNode
of the same type, which may be quickly retrieved using a key.interface
NormalizedNode
Node which is normalized according to the YANG schema is identifiable by aYangInstanceIdentifier
.interface
NormalizedNodeContainer<V extends NormalizedNode>
Node which is not leaf, but has childNormalizedNode
s as its value.interface
OrderedNodeContainer<V extends NormalizedNode>
ANormalizedNodeContainer
which preserves user supplied ordering and allows addressing of child elements by position.interface
SystemLeafSetNode<T>
Node representing set of simple leaf nodes.interface
SystemMapNode
MapNode
which additionally preserves user-supplied ordering.interface
UnkeyedListEntryNode
List entry node, which does not have value, but child nodes.interface
UnkeyedListNode
Containment node, which containsUnkeyedListEntryNode
of the same type, which may be quickly retrieved using key.interface
UserLeafSetNode<T>
LeafSetNode
which preserves user-supplied ordering.interface
UserMapNode
MapNode
which additionally preserves user-supplied ordering.interface
ValueNode<V>
Interface holding the common trait ofLeafSetEntryNode
andLeafNode
, which both hold a value. -
Uses of PrettyTreeAware in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
Classes in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl that implement PrettyTreeAware Modifier and Type Class Description protected static class
ImmutableContainerNodeBuilder.ImmutableContainerNode
protected static class
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T>
protected static class
ImmutableMapNodeBuilder.ImmutableMapNode
protected static class
ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode
protected static class
ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
protected static class
ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
protected static class
ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode<T>
protected static class
ImmutableUserMapNodeBuilder.ImmutableUserMapNode
-
Uses of PrettyTreeAware in org.opendaylight.yangtools.yang.data.impl.schema.nodes
Classes in org.opendaylight.yangtools.yang.data.impl.schema.nodes that implement PrettyTreeAware Modifier and Type Class Description class
AbstractImmutableDataContainerNode<K extends YangInstanceIdentifier.PathArgument,N extends DataContainerNode>
class
AbstractImmutableNormalizedSimpleValueNode<K extends YangInstanceIdentifier.PathArgument,N extends NormalizedNode,V>
class
AbstractImmutableNormalizedValueNode<K extends YangInstanceIdentifier.PathArgument,N extends NormalizedNode,V>
-
Uses of PrettyTreeAware in org.opendaylight.yangtools.yang.data.spi.node
Classes in org.opendaylight.yangtools.yang.data.spi.node that implement PrettyTreeAware Modifier and Type Class Description class
AbstractNormalizedNode<I extends YangInstanceIdentifier.PathArgument,T extends NormalizedNode>
Abstract base class forNormalizedNode
implementations.
-