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 of
data node
s. This is a subtree of
SchemaTreeAwareEffectiveStatement.SchemaTreeNamespace
in that all data nodes are also schema nodes. The
structure of the tree is different, though, as choice
and case
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.
-
Method Summary