Class DataTreeAwareEffectiveStatement.DataTreeNamespace
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace<QName,E>
-
- org.opendaylight.yangtools.yang.model.api.stmt.EffectiveStatementNamespace<DataTreeEffectiveStatement<?>>
-
- org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement.DataTreeNamespace
-
- Enclosing interface:
- DataTreeAwareEffectiveStatement<A,D extends DeclaredStatement<A>>
@NonNullByDefault public abstract static class DataTreeAwareEffectiveStatement.DataTreeNamespace extends EffectiveStatementNamespace<DataTreeEffectiveStatement<?>>
Namespace ofdata node
s. This is a subtree ofSchemaTreeAwareEffectiveStatement.SchemaTreeNamespace
in that all data nodes are also schema nodes. The structure of the tree is different, though, aschoice
andcase
statements are glossed over and they do not contribute to the tree hierarchy -- only their children do.This corresponds to the
data tree
view of a YANG-defined data.