| Package | Description |
|---|---|
| com.epimorphics.sparql.exprs | |
| com.epimorphics.sparql.graphpatterns | |
| com.epimorphics.sparql.query | |
| com.epimorphics.sparql.terms |
| Modifier and Type | Class and Description |
|---|---|
class |
Call |
class |
ExprCommon |
class |
Infix |
| Modifier and Type | Method and Description |
|---|---|
IsExpr |
Infix.getL() |
IsExpr |
Infix.getR() |
| Modifier and Type | Method and Description |
|---|---|
List<IsExpr> |
ExprCommon.getOperands() |
| Constructor and Description |
|---|
Call(Op op,
IsExpr... args) |
ExprCommon(Op op,
IsExpr... args) |
Infix(IsExpr L,
Op op,
IsExpr R) |
| Constructor and Description |
|---|
Call(Op op,
List<IsExpr> args) |
ExprCommon(Op op,
List<IsExpr> args) |
| Modifier and Type | Method and Description |
|---|---|
IsExpr |
Bind.getExpr() |
| Modifier and Type | Method and Description |
|---|---|
List<IsExpr> |
Values.getData() |
| Constructor and Description |
|---|
Bind(IsExpr e,
Var x) |
| Constructor and Description |
|---|
Values(List<Var> vars,
List<IsExpr> data) |
| Modifier and Type | Method and Description |
|---|---|
QueryShape |
QueryShape.addOrder(Order o,
IsExpr e) |
| Constructor and Description |
|---|
As(IsExpr e,
Var v) |
OrderCondition(Order order,
IsExpr expr) |
| Modifier and Type | Class and Description |
|---|---|
class |
Blank |
class |
Literal |
class |
URI |
class |
Var |
| Modifier and Type | Method and Description |
|---|---|
IsExpr |
Filter.getExpr() |
static IsExpr |
TermUtils.nodeToTerm(org.apache.jena.rdf.model.RDFNode value) |
| Constructor and Description |
|---|
Filter(IsExpr e) |
Copyright © 2019. All rights reserved.