Uses of Interface
org.opendaylight.yangtools.concepts.Path
-
Packages that use Path Package Description org.opendaylight.yangtools.concepts org.opendaylight.yangtools.yang.data.api -
-
Uses of Path in org.opendaylight.yangtools.concepts
Classes in org.opendaylight.yangtools.concepts with type parameters of type Path Modifier and Type Interface Description interface
Path<P extends Path<P>>
Deprecated, for removal: This API element is subject to removal in a future version.This interface does not completely capture the modeling intent.Subinterfaces of Path in org.opendaylight.yangtools.concepts Modifier and Type Interface Description interface
HierarchicalIdentifier<T extends HierarchicalIdentifier<T>>
AnIdentifier
tied to some tree-like structure, similar to howPath
is tied to a conceptual file system. -
Uses of Path in org.opendaylight.yangtools.yang.data.api
Classes in org.opendaylight.yangtools.yang.data.api that implement Path Modifier and Type Class Description class
YangInstanceIdentifier
Unique identifier of a particular node instance in the data tree.
-