Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema.
|
org.opendaylight.yangtools.yang.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
Modifier and Type | Class and Description |
---|---|
static class |
PathExpression.DerefSteps
Steps of a PathExpression which is a combination of
deref() function call and a relative path,
corresponding to Errata 5617. |
static class |
PathExpression.LocationPathSteps
Steps of a PathExpression which is a LocationPath, corresponding to RFC7950 base specification.
|
Modifier and Type | Method and Description |
---|---|
PathExpression.Steps |
PathExpression.getSteps()
Return the path of this expression, which can either be a
YangLocationPath (compliant to RFC7950) or
a YangPathExpr with filter being an invocation of YangFunction.DEREF . |
Modifier and Type | Method and Description |
---|---|
PathExpression.Steps |
PathExpressionImpl.getSteps()
Deprecated.
|
Constructor and Description |
---|
PathExpressionImpl(String xpath,
PathExpression.Steps steps)
Deprecated.
|
Copyright © 2020 OpenDaylight. All rights reserved.