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>>
Conceptual representation of a logical path in a tree-like structure, similar to aPath
, but more general in terms of what objects it can be applied to. -
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.
-