Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.tree |
Modifier and Type | Interface and Description |
---|---|
interface |
DataTree
Interface representing a data tree which can be modified in an MVCC fashion.
|
interface |
DataTreeCandidateTip
A
DataTreeCandidate which is also a DataTreeTip . |
interface |
TipProducingDataTree
A
DataTree which produces DataTreeCandidateTip candidates,
thus allowing existence of multiple candidates, which can be DataTree.commit(DataTreeCandidate) ed
in sequence. |
interface |
TipProducingDataTreeTip
A
DataTreeCandidateTip which produces DataTreeCandidateTip s from its
TipProducingDataTreeTip.prepare(DataTreeModification) method. |
Copyright © 2018 OpenDaylight. All rights reserved.