| Package | Description | 
|---|---|
| org.opendaylight.mdsal.binding.javav2.api | |
| org.opendaylight.mdsal.binding.javav2.dom.codec.modification | 
| Modifier and Type | Method and Description | 
|---|---|
<C extends Augmentation<T> & TreeNode> | 
TreeNodeModification.getModifiedAugmentation(Class<C> augmentation)
Returns augmentation child modification if  
augmentation was modified by this
 modification. | 
TreeNodeModification<? extends TreeNode> | 
TreeNodeModification.getModifiedChild(TreeArgument childArgument)
Returns a child modification if a node identified by  
childArgument was modified by
 this modification. | 
<C extends TreeChildNode<? super T,?>> | 
TreeNodeModification.getModifiedChildContainer(Class<C> child)
Returns container child modification if  
child was modified by this
 modification. | 
<C extends IdentifiableItem<T,K> & TreeChildNode<? super T,?>,K extends IdentifiableItem<T,K>> | 
TreeNodeModification.getModifiedChildListItem(Class<C> listItem,
                        K listKey)
Returns child list item modification if  
child was modified by this modification. | 
TreeNodeModification<T> | 
DataTreeModification.getRootNode()
Get the modification root node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<TreeNodeModification<? extends TreeNode>> | 
TreeNodeModification.getModifiedChildren()
Returns unmodifiable collection of modified direct children. 
 | 
<C extends TreeChildNode<? super T,?>> | 
TreeNodeModification.getModifiedChildren(Class<C> childType)
Returns child list item modification if  
child was modified by this modification. | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNodeModification<T> | 
LazyDataTreeModification.getRootNode()  | 
Copyright © 2018 OpenDaylight. All rights reserved.