Uses of Interface
org.opendaylight.yangtools.yang.data.tree.api.DataTree
-
Uses of DataTree in org.opendaylight.yangtools.yang.data.tree.api
Methods in org.opendaylight.yangtools.yang.data.tree.api that return DataTreeModifier and TypeMethodDescription@NonNull DataTreeDataTreeFactory.create(DataTreeConfiguration treeConfig) Create a new data tree based on specified configuration, with a best-guess root.@NonNull DataTreeDataTreeFactory.create(DataTreeConfiguration treeConfig, EffectiveModelContext initialSchemaContext) Create a new data tree based on specified configuration, with a root node derived from the schema context lookup of the configuration.@NonNull DataTreeDataTreeFactory.create(DataTreeConfiguration treeConfig, EffectiveModelContext initialSchemaContext, org.opendaylight.yangtools.yang.data.api.schema.DistinctNodeContainer<?, ?> initialRoot) Create a new data tree based on specified configuration, with the specified node.