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(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()  | 
Collection<RegistrationTreeNode<T>> | 
getInexactChildren(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 identifier@Nonnull public 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 © 2018 OpenDaylight. All rights reserved.