Interface XExpr
- All Known Subinterfaces:
UnaryXExpr
- All Known Implementing Classes:
UnaryXExprImpl
public interface XExpr
FIXME This class is indended to be analoguous to the
Fragment hierachy.
I.e. the intent is having annotated syntactic building blocks for
composing sparql queries
This class should not be used with graph pattern expressions, i.e. (NOT) EXISTS- Author:
- Claus Stadler, Sep 6, 2018
-
Method Details
-
getVarsMentioned
Set<org.apache.jena.sparql.core.Var> getVarsMentioned() -
getExpr
org.apache.jena.sparql.expr.Expr getExpr()
-