Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema.
|
org.opendaylight.yangtools.yang.xpath.api |
Model of a RFC7950 XPath Expression.
|
Modifier and Type | Method and Description |
---|---|
YangLocationPath.Relative |
PathExpression.DerefSteps.getDerefArgument() |
YangLocationPath.Relative |
PathExpression.DerefSteps.getRelativePath() |
Constructor and Description |
---|
DerefSteps(YangLocationPath.Relative derefArgument,
YangLocationPath.Relative relativePath) |
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 © 2020 OpenDaylight. All rights reserved.