Uses of Class
com.hp.hpl.jena.sparql.algebra.op.OpN

Packages that use OpN
com.hp.hpl.jena.sparql.algebra.op   
 

Uses of OpN in com.hp.hpl.jena.sparql.algebra.op
 

Subclasses of OpN in com.hp.hpl.jena.sparql.algebra.op
 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).
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return OpN
 OpN OpSequence.copy(List<Op> elts)
           
abstract  OpN OpN.copy(List<Op> elts)
           
 OpN OpDisjunction.copy(List<Op> elts)
           
 



Licenced under the Apache License, Version 2.0