| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema.tree | |
| org.opendaylight.yangtools.yang.data.impl.schema.tree | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConflictingModificationAppliedException
Exception thrown when a proposed change fails validation before being
 applied into the Data Tree because the Data Tree has been modified
 in way that a conflicting
 node is present. 
 | 
class  | 
IncorrectDataStructureException
Exception thrown when a proposed change fails validation before being
 applied into the datastore because of incorrect structure of user supplied
 data. 
 | 
class  | 
ModifiedNodeDoesNotExistException
Exception thrown when a proposed change fails validation before being
 applied into the Data Tree because tree node which child nodes are
 modified or written did not exist when transaction started
 and still does not exists when transaction is processed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataTree | 
DataTreeFactory.create(DataTreeConfiguration treeConfig,
      SchemaContext initialSchemaContext,
      NormalizedNodeContainer<?,?,?> initialRoot)
Create a new data tree based on specified configuration, with the specified node. 
 | 
void | 
DataTreeTip.validate(DataTreeModification modification)
Validate whether a particular modification can be applied to the data tree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataTree | 
InMemoryDataTreeFactory.create(DataTreeConfiguration treeConfig,
      SchemaContext initialSchemaContext,
      NormalizedNodeContainer<?,?,?> initialRoot)  | 
Copyright © 2018 OpenDaylight. All rights reserved.