| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema.tree | |
| org.opendaylight.yangtools.yang.data.impl.leafref | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DataTreeCandidateTip
A  
DataTreeCandidate which is also a DataTreeTip. | 
| Modifier and Type | Method and Description | 
|---|---|
static DataTreeCandidate | 
DataTreeCandidates.fromNormalizedNode(YangInstanceIdentifier rootPath,
                  NormalizedNode<?,?> node)  | 
static DataTreeCandidate | 
DataTreeCandidates.newDataTreeCandidate(YangInstanceIdentifier rootPath,
                    DataTreeCandidateNode rootNode)  | 
DataTreeCandidate | 
DataTreeTip.prepare(DataTreeModification modification)
Prepare a modification for commit. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DataTreeCandidates.applyToCursor(DataTreeModificationCursor cursor,
             DataTreeCandidate candidate)  | 
static void | 
DataTreeCandidates.applyToModification(DataTreeModification modification,
                   DataTreeCandidate candidate)  | 
void | 
DataTree.commit(DataTreeCandidate candidate)
Commit a data tree candidate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
LeafRefValidatation.validate(DataTreeCandidate tree,
        LeafRefContext rootLeafRefCtx)  | 
Copyright © 2018 OpenDaylight. All rights reserved.