public interface TreeNode extends Identifiable<YangInstanceIdentifier.PathArgument>, StoreTreeNode<TreeNode>
Modifier and Type | Method and Description |
---|---|
NormalizedNode<?,?> |
getData()
Get a read-only view of the underlying data.
|
Version |
getSubtreeVersion()
Get the subtree version.
|
Version |
getVersion()
Get the data node version.
|
MutableTreeNode |
mutable()
Get a mutable, isolated copy of the node.
|
getIdentifier
getChild
Version getVersion()
Version getSubtreeVersion()
NormalizedNode<?,?> getData()
MutableTreeNode mutable()
Copyright © 2018 OpenDaylight. All rights reserved.