Uses of Class
org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
-
Packages that use PathExpression.Steps 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. -
-
Uses of PathExpression.Steps in org.opendaylight.yangtools.yang.model.api
Subclasses of PathExpression.Steps in org.opendaylight.yangtools.yang.model.api Modifier and Type Class Description static class
PathExpression.DerefSteps
Steps of a PathExpression which is a combination ofderef()
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.Methods in org.opendaylight.yangtools.yang.model.api that return PathExpression.Steps Modifier and Type Method Description PathExpression.Steps
PathExpression. getSteps()
Return the path of this expression, which can either be aYangLocationPath
(compliant to RFC7950) or aYangPathExpr
with filter being an invocation ofYangFunction.DEREF
. -
Uses of PathExpression.Steps in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return PathExpression.Steps Modifier and Type Method Description PathExpression.Steps
PathExpressionImpl. getSteps()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.yangtools.yang.model.util with parameters of type PathExpression.Steps Constructor Description PathExpressionImpl(String xpath, PathExpression.Steps steps)
Deprecated, for removal: This API element is subject to removal in a future version.
-