| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema.tree | |
| org.opendaylight.yangtools.yang.data.impl.schema.tree |
| Modifier and Type | Field and Description |
|---|---|
static DataTreeConfiguration |
DataTreeConfiguration.DEFAULT_CONFIGURATION |
static DataTreeConfiguration |
DataTreeConfiguration.DEFAULT_OPERATIONAL |
| Modifier and Type | Method and Description |
|---|---|
DataTreeConfiguration |
DataTreeConfiguration.Builder.build() |
static DataTreeConfiguration |
DataTreeConfiguration.getDefault(TreeType treeType) |
| Modifier and Type | Method and Description |
|---|---|
DataTree |
DataTreeFactory.create(DataTreeConfiguration treeConfig)
Create a new data tree based on specified configuration, with a best-guess root.
|
DataTree |
DataTreeFactory.create(DataTreeConfiguration treeConfig,
SchemaContext initialSchemaContext)
Create a new data tree based on specified configuration, with a root node derived from the schema context lookup
of the configuration.
|
DataTree |
DataTreeFactory.create(DataTreeConfiguration treeConfig,
SchemaContext initialSchemaContext,
NormalizedNodeContainer<?,?,?> initialRoot)
Create a new data tree based on specified configuration, with the specified node.
|
| Modifier and Type | Method and Description |
|---|---|
DataTree |
InMemoryDataTreeFactory.create(DataTreeConfiguration treeConfig) |
DataTree |
InMemoryDataTreeFactory.create(DataTreeConfiguration treeConfig,
SchemaContext initialSchemaContext) |
DataTree |
InMemoryDataTreeFactory.create(DataTreeConfiguration treeConfig,
SchemaContext initialSchemaContext,
NormalizedNodeContainer<?,?,?> initialRoot) |
Copyright © 2019 OpenDaylight. All rights reserved.