Package | Description |
---|---|
org.opendaylight.mdsal.dom.spi |
Modifier and Type | Method and Description |
---|---|
protected RegistrationTreeNode<T> |
AbstractRegistrationTree.findNodeFor(Iterable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument> path)
Find an existing, or allocate a fresh, node for a particular path.
|
RegistrationTreeNode<T> |
RegistrationTreeNode.getExactChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument arg)
Return the child matching a
YangInstanceIdentifier.PathArgument specification. |
RegistrationTreeNode<T> |
RegistrationTreeSnapshot.getRootNode() |
Modifier and Type | Method and Description |
---|---|
Collection<RegistrationTreeNode<T>> |
RegistrationTreeNode.getInexactChildren(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument arg)
Return a collection children which match a
YangInstanceIdentifier.PathArgument specification inexactly. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRegistrationTree.addRegistration(RegistrationTreeNode<T> node,
T registration)
Add a registration to a particular node.
|
protected void |
AbstractRegistrationTree.removeRegistration(RegistrationTreeNode<T> node,
T registration)
Remove a registration from a particular node.
|
Copyright © 2019 OpenDaylight. All rights reserved.