public interface DataTreeModification<T extends DataObject>
| Modifier and Type | Method and Description | 
|---|---|
DataObjectModification<T> | 
getRootNode()
Get the modification root node. 
 | 
DataTreeIdentifier<T> | 
getRootPath()
Get the modification root path. 
 | 
@Nonnull DataTreeIdentifier<T> getRootPath()
@Nonnull DataObjectModification<T> getRootNode()
Copyright © 2018 OpenDaylight. All rights reserved.