Class AbstractDataTreeCandidateNode
java.lang.Object
org.opendaylight.yangtools.yang.data.tree.spi.AbstractDataTreeCandidateNode
- All Implemented Interfaces:
DataTreeCandidateNode
Abstract base class for
DataTreeCandidateNode
implementations.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractDataTreeCandidateNode
(ModificationType modificationType) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract MoreObjects.ToStringHelper
protected static final @NonNull Collection
<DataTreeCandidateNode> childNodes
(DistinctNodeContainer<?, ?> container, Function<NormalizedNode, DataTreeCandidateNode> function) final ModificationType
Return the type of modification this node is undergoing.protected static final @Nullable DataTreeCandidateNode
modifiedChild
(DistinctNodeContainer<?, ?> container, Function<NormalizedNode, DataTreeCandidateNode> function, YangInstanceIdentifier.PathArgument childName) final String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
childNodes, dataAfter, dataBefore, findDataAfter, findDataBefore, findModifiedChild, getDataAfter, getDataBefore, getModifiedChild, modifiedChild, name
-
Constructor Details
-
AbstractDataTreeCandidateNode
-
-
Method Details
-
modificationType
Description copied from interface:DataTreeCandidateNode
Return the type of modification this node is undergoing.- Specified by:
modificationType
in interfaceDataTreeCandidateNode
- Returns:
- Node modification type.
-
toString
-
addToStringAttributes
protected abstract MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper) -
childNodes
protected static final @NonNull Collection<DataTreeCandidateNode> childNodes(DistinctNodeContainer<?, ?> container, Function<NormalizedNode, DataTreeCandidateNode> function) -
modifiedChild
protected static final @Nullable DataTreeCandidateNode modifiedChild(DistinctNodeContainer<?, ?> container, Function<NormalizedNode, DataTreeCandidateNode> function, YangInstanceIdentifier.PathArgument childName)
-