public abstract class WriteableModificationNode extends Object implements org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>
Constructor and Description |
---|
WriteableModificationNode() |
Modifier and Type | Method and Description |
---|---|
abstract WriteCursorStrategy |
createOperation(DOMDataTreeWriteCursor parentCursor)
Creates operation used to modify this node and its children.
|
abstract @Nullable WriteableModificationNode |
getChild(@NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
Gets child which is on path towards subshard.
|
abstract Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> |
getChildrenWithSubshards() |
abstract void |
markDeleted() |
public abstract @Nullable WriteableModificationNode getChild(@NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
public abstract Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> getChildrenWithSubshards()
public abstract WriteCursorStrategy createOperation(DOMDataTreeWriteCursor parentCursor)
parentCursor
- Cursor associated with parent shardpublic abstract void markDeleted()
Copyright © 2019 OpenDaylight. All rights reserved.