T
- registration typepublic final class RegistrationTreeNode<T> extends Object implements org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>
RegistrationTreeSnapshot
instance through which it is reached
remains unclosed.Modifier and Type | Method and Description |
---|---|
RegistrationTreeNode<T> |
getExactChild(@NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument arg)
Return the child matching a
YangInstanceIdentifier.PathArgument specification. |
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument |
getIdentifier() |
@NonNull Collection<RegistrationTreeNode<T>> |
getInexactChildren(@NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument arg)
Return a collection children which match a
YangInstanceIdentifier.PathArgument specification inexactly. |
Collection<T> |
getRegistrations() |
String |
toString() |
public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>
public RegistrationTreeNode<T> getExactChild(@NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument arg)
YangInstanceIdentifier.PathArgument
specification.arg
- Child identifierpublic @NonNull Collection<RegistrationTreeNode<T>> getInexactChildren(@NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument arg)
YangInstanceIdentifier.PathArgument
specification inexactly.
This explicitly excludes the child returned by #getExactChild(PathArgument)
.arg
- Child identifierpublic Collection<T> getRegistrations()
Copyright © 2019 OpenDaylight. All rights reserved.