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. -
-
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
.
-