public interface INeutronSfcDataProcessor<D extends org.opendaylight.yangtools.yang.binding.DataObject>
Modifier and Type | Method and Description |
---|---|
void |
add(D add)
Method adds the DataObject which is identified by InstanceIdentifier
to device.
|
void |
remove(D del)
Method removes DataObject which is identified by InstanceIdentifier.
|
void |
update(D update)
Method updates the original DataObject to the update DataObject.
|
void remove(D del)
del
- - DataObject for removingvoid update(D update)
update
- - changed DataObject (contain updates)void add(D add)
add
- - new DataObjectCopyright © 2019 OpenDaylight. All rights reserved.