Package | Description |
---|---|
org.opendaylight.yangtools.yang.xpath.api |
Model of a RFC7950 XPath Expression.
|
Modifier and Type | Method and Description |
---|---|
static YangLocationPath.Relative |
YangLocationPath.relative(Collection<YangLocationPath.Step> steps) |
static YangLocationPath.Relative |
YangLocationPath.relative(YangLocationPath.Step... steps) |
static YangLocationPath.Relative |
YangLocationPath.self()
The conceptual
same YangLocationPath . |
Modifier and Type | Method and Description |
---|---|
Optional<YangLocationPath.Relative> |
YangPathExpr.getLocationPath() |
Modifier and Type | Method and Description |
---|---|
static YangPathExpr |
YangPathExpr.of(YangExpr expr,
YangLocationPath.Relative locationPath) |
Copyright © 2019 OpenDaylight. All rights reserved.