Uses of Interface
com.epimorphics.sparql.terms.IsExpr
-
Packages that use IsExpr Package Description com.epimorphics.sparql.exprs com.epimorphics.sparql.graphpatterns com.epimorphics.sparql.query com.epimorphics.sparql.terms -
-
Uses of IsExpr in com.epimorphics.sparql.exprs
Classes in com.epimorphics.sparql.exprs that implement IsExpr Modifier and Type Class Description classCallclassExprCommonclassInfixMethods in com.epimorphics.sparql.exprs that return IsExpr Modifier and Type Method Description IsExprInfix. getL()IsExprInfix. getR()Methods in com.epimorphics.sparql.exprs that return types with arguments of type IsExpr Modifier and Type Method Description List<IsExpr>ExprCommon. getOperands()Constructors in com.epimorphics.sparql.exprs with parameters of type IsExpr Constructor Description Call(Op op, IsExpr... args)ExprCommon(Op op, IsExpr... args)Infix(IsExpr L, Op op, IsExpr R)Constructor parameters in com.epimorphics.sparql.exprs with type arguments of type IsExpr Constructor Description Call(Op op, List<IsExpr> args)ExprCommon(Op op, List<IsExpr> args) -
Uses of IsExpr in com.epimorphics.sparql.graphpatterns
Methods in com.epimorphics.sparql.graphpatterns that return IsExpr Modifier and Type Method Description IsExprBind. getExpr()Methods in com.epimorphics.sparql.graphpatterns that return types with arguments of type IsExpr Modifier and Type Method Description List<IsExpr>Values. getData()Constructors in com.epimorphics.sparql.graphpatterns with parameters of type IsExpr Constructor Description Bind(IsExpr e, Var x) -
Uses of IsExpr in com.epimorphics.sparql.query
Methods in com.epimorphics.sparql.query with parameters of type IsExpr Modifier and Type Method Description QueryShapeQueryShape. addOrder(Order o, IsExpr e)Constructors in com.epimorphics.sparql.query with parameters of type IsExpr Constructor Description As(IsExpr e, Var v)OrderCondition(Order order, IsExpr expr) -
Uses of IsExpr in com.epimorphics.sparql.terms
Classes in com.epimorphics.sparql.terms that implement IsExpr Modifier and Type Class Description classBlankclassLiteralclassURIclassVarMethods in com.epimorphics.sparql.terms that return IsExpr Modifier and Type Method Description IsExprFilter. getExpr()static IsExprTermUtils. nodeToTerm(org.apache.jena.rdf.model.RDFNode value)Constructors in com.epimorphics.sparql.terms with parameters of type IsExpr Constructor Description Filter(IsExpr e)
-