| Package | Description |
|---|---|
| org.apache.jena.sparql.algebra.op | |
| org.apache.jena.sparql.algebra.walker |
| Modifier and Type | Class and Description |
|---|---|
class |
OpDisjunction
N-way disjunction.
|
class |
OpSequence
A "sequence" is a join-like operation where it is known that
the output of one step can be fed into the input of the next
(that is, no scoping issues arise).
|
| Modifier and Type | Method and Description |
|---|---|
abstract OpN |
OpN.copy(List<Op> elts) |
OpN |
OpDisjunction.copy(List<Op> elts) |
OpN |
OpSequence.copy(List<Op> elts) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpVisitorByType.visitN(OpN op) |
void |
WalkerVisitor.visitN(OpN op) |
void |
OpVisitorByTypeAndExpr.visitN(OpN op) |
void |
ApplyTransformVisitor.visitN(OpN op) |
Licenced under the Apache License, Version 2.0