Uses of Interface
org.opendaylight.yangtools.concepts.PrettyTreeAware
Packages that use PrettyTreeAware
Package
Description
Definition of normalized YANG DOM Model.
-
Uses of PrettyTreeAware in org.opendaylight.yangtools.yang.data.api.schema
Subinterfaces of PrettyTreeAware in org.opendaylight.yangtools.yang.data.api.schemaModifier and TypeInterfaceDescriptioninterface
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
Node representing data instance ofchoice
.interface
Data subtree with cardinality 0..1 in the context of parent node.interface
Marker interface for direct children ofDataContainerNode
.interface
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
An AnyxmlNode with data inDOMSource
format.interface
A NormalizedNode holding a value in some foreign object model.interface
LeafNode<T>
Leaf node with multiplicity 0..1.interface
Leaf node with multiplicity 0...n.interface
LeafSetNode<T>
Node representing set of simple leaf nodes.interface
Instance of Map entry, this node does not contains value, but child nodes.interface
Containment node, which containsMapEntryNode
of the same type, which may be quickly retrieved using a key.interface
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
LeafSetNode
which does not preserve user-supplied ordering.interface
MapNode
which additionally preserves user-supplied ordering.interface
List entry node, which does not have value, but child nodes.interface
Containment node, which containsUnkeyedListEntryNode
of the same type, which may be quickly retrieved using key.interface
LeafSetNode
which preserves user-supplied ordering.interface
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 PrettyTreeAwareModifier and TypeClassDescriptionprotected static final class
protected static final class
protected static final class
protected static final class
protected static final class
protected static final class
protected static final class
protected static final class
-
Uses of PrettyTreeAware in org.opendaylight.yangtools.yang.data.impl.schema.nodes
Classes in org.opendaylight.yangtools.yang.data.impl.schema.nodes that implement PrettyTreeAwareModifier and TypeClassDescriptionclass
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 PrettyTreeAwareModifier and TypeClassDescriptionclass
AbstractNormalizedNode<I extends YangInstanceIdentifier.PathArgument,
T extends NormalizedNode> Abstract base class forNormalizedNode
implementations.