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
ConstructorsModifierConstructorDescriptionprotectedAbstractDataTreeCandidateNode(ModificationType modificationType) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract com.google.common.base.MoreObjects.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) protected static final @NonNull Collection<DataTreeCandidateNode> childNodes(DistinctNodeContainer<?, ?> container, com.google.common.base.Function<NormalizedNode, DataTreeCandidateNode> function) final ModificationTypeprotected static final @Nullable DataTreeCandidateNodemodifiedChild(DistinctNodeContainer<?, ?> container, com.google.common.base.Function<NormalizedNode, DataTreeCandidateNode> function, YangInstanceIdentifier.PathArgument childName) final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
- Specified by:
modificationTypein interfaceDataTreeCandidateNode
-
toString
-
addToStringAttributes
protected abstract com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) -
childNodes
protected static final @NonNull Collection<DataTreeCandidateNode> childNodes(DistinctNodeContainer<?, ?> container, com.google.common.base.Function<NormalizedNode, DataTreeCandidateNode> function) -
modifiedChild
protected static final @Nullable DataTreeCandidateNode modifiedChild(DistinctNodeContainer<?, ?> container, com.google.common.base.Function<NormalizedNode, DataTreeCandidateNode> function, YangInstanceIdentifier.PathArgument childName)
-