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.Classes in org.opendaylight.yangtools.yang.data.api.schema that implement PrettyTreeAwareModifier and TypeClassDescriptionclass
Abstract base class forAnydataNode
implementations.class
Abstract base class forAnyxmlNode
implementations.class
Abstract base class forChoiceNode
implementations.class
Abstract base class forContainerNode
implementations.class
Abstract base class forLeafNode
implementations.class
Abstract base class forLeafSetEntryNode
implementations.class
Abstract base class forMapEntryNode
implementations.class
AbstractNormalizedNode<T extends NormalizedNode>
Abstract base class forNormalizedNode
implementations.class
Abstract base class for implementingSystemLeafSetNode
s.class
Abstract base class forSystemMapNode
implementations.class
Abstract base class forUnkeyedListEntryNode
implementations.class
Abstract base class for implementingUnkeyedListNode
s.class
Abstract base class for implementingUserLeafSetNode
s.class
Abstract base class forUserMapNode
implementations. -
Uses of PrettyTreeAware in org.opendaylight.yangtools.yang.data.spi.node.impl
Classes in org.opendaylight.yangtools.yang.data.spi.node.impl that implement PrettyTreeAware