Package | Description |
---|---|
com.hp.hpl.jena.sparql.algebra.op |
Modifier and Type | Class and Description |
---|---|
class |
OpDisjunction
N-way disjunction.
|
class |
OpSequence
A "sequence" is a join-like operation where it is know that the
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 |
OpSequence.copy(List<Op> elts) |
OpN |
OpDisjunction.copy(List<Op> elts) |
Licenced under the Apache License, Version 2.0