| Package | Description |
|---|---|
| org.aksw.sparqlify.algebra.sparql.nodes |
| Modifier and Type | Class and Description |
|---|---|
class |
OpBase
An op-node that may hold information about the applicable filter
|
class |
OpBase1 |
class |
OpBase2 |
class |
OpFilter |
class |
OpJoin |
class |
OpUnion |
| Modifier and Type | Method and Description |
|---|---|
static Op |
OpFilter.filter(com.hp.hpl.jena.sparql.expr.ExprList exprs,
Op op) |
static Op |
OpFilter.filter(com.hp.hpl.jena.sparql.expr.Expr expr,
Op op) |
Op |
OpBaseN.get(int idx) |
Op |
OpBase2.getLeft() |
Op |
OpBase2.getRight() |
Op |
OpBase1.getSubOp() |
| Modifier and Type | Method and Description |
|---|---|
List<Op> |
OpBaseN.getElements() |
Iterator<Op> |
OpBaseN.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpBaseN.add(Op op) |
static Op |
OpFilter.filter(com.hp.hpl.jena.sparql.expr.ExprList exprs,
Op op) |
static Op |
OpFilter.filter(com.hp.hpl.jena.sparql.expr.Expr expr,
Op op) |
static OpFilter |
OpFilter.filter(Op op) |
static OpFilter |
OpFilter.filterDirect(com.hp.hpl.jena.sparql.expr.ExprList exprs,
Op op)
Make a OpFilter - guarantteed to return an OpFilter
|
void |
OpBase2.setLeft(Op op) |
void |
OpBase2.setRight(Op op) |
| Constructor and Description |
|---|
OpBase1(Op subOp) |
OpBase2(Op left,
Op right) |
OpJoin(Op left,
Op right) |
OpUnion(Op left,
Op right) |
| Constructor and Description |
|---|
OpBaseN(List<Op> x) |
Copyright © 2014. All Rights Reserved.