Uses of Class
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Relative
-
Packages that use YangLocationPath.Relative 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. -
-
Uses of YangLocationPath.Relative in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return YangLocationPath.Relative Modifier and Type Method Description YangLocationPath.Relative
PathExpression.DerefSteps. getDerefArgument()
YangLocationPath.Relative
PathExpression.DerefSteps. getRelativePath()
Constructors in org.opendaylight.yangtools.yang.model.api with parameters of type YangLocationPath.Relative Constructor Description DerefSteps(YangLocationPath.Relative derefArgument, YangLocationPath.Relative relativePath)
-
Uses of YangLocationPath.Relative in org.opendaylight.yangtools.yang.xpath.api
Methods in org.opendaylight.yangtools.yang.xpath.api that return YangLocationPath.Relative Modifier and Type Method Description static YangLocationPath.Relative
YangLocationPath. relative(Collection<YangLocationPath.Step> steps)
static YangLocationPath.Relative
YangLocationPath. relative(YangLocationPath.Step... steps)
static YangLocationPath.Relative
YangLocationPath. self()
The conceptualsame
YangLocationPath
.Methods in org.opendaylight.yangtools.yang.xpath.api that return types with arguments of type YangLocationPath.Relative Modifier and Type Method Description Optional<YangLocationPath.Relative>
YangPathExpr. getLocationPath()
Methods in org.opendaylight.yangtools.yang.xpath.api with parameters of type YangLocationPath.Relative Modifier and Type Method Description static YangPathExpr
YangPathExpr. of(YangExpr expr, YangLocationPath.Relative locationPath)
-