| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema.tree | |
| org.opendaylight.yangtools.yang.data.impl.schema.tree | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TipProducingDataTree
A  
DataTree which produces DataTreeCandidateTip candidates,
 thus allowing existence of multiple candidates, which can be commit(DataTreeCandidate)ed
 in sequence. | 
| 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. 
 | 
DataTree | 
DataTreeFactory.create(TreeType type)
Deprecated. 
 
Use  
DataTreeFactory.create(DataTreeConfiguration) instead. | 
DataTree | 
DataTreeFactory.create(TreeType treeType,
      YangInstanceIdentifier rootPath)
Deprecated. 
 
Use  
DataTreeFactory.create(DataTreeConfiguration) instead. | 
| Modifier and Type | Method and Description | 
|---|---|
DataTree | 
InMemoryDataTreeFactory.create(DataTreeConfiguration treeConfig,
      SchemaContext initialSchemaContext)  | 
DataTree | 
InMemoryDataTreeFactory.create(DataTreeConfiguration treeConfig,
      SchemaContext initialSchemaContext,
      NormalizedNodeContainer<?,?,?> initialRoot)  | 
Copyright © 2018 OpenDaylight. All rights reserved.