Package | Description |
---|---|
org.opendaylight.mdsal.dom.spi |
Modifier and Type | Method and Description |
---|---|
protected @NonNull RegistrationTreeNode<T> |
AbstractRegistrationTree.findNodeFor(@NonNull 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(@NonNull 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 |
---|---|
protected void |
AbstractRegistrationTree.addRegistration(@NonNull RegistrationTreeNode<T> node,
T registration)
Add a registration to a particular node.
|
protected void |
AbstractRegistrationTree.removeRegistration(@NonNull RegistrationTreeNode<T> node,
T registration)
Remove a registration from a particular node.
|
Copyright © 2019 OpenDaylight. All rights reserved.