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

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

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

Subclasses of Op2 in com.hp.hpl.jena.sparql.algebra.op
 class OpConditional
          Conditional execution - works with streamed execution and is known to safe to evaluate that way (no issues from nested optionals).
 class OpDiff
           
 class OpJoin
           
 class OpLeftJoin
           
 class OpMinus
           
 class OpUnion
           
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return Op2
 Op2 OpUnion.copy(Op newLeft, Op newRight)
           
 Op2 OpMinus.copy(Op newLeft, Op newRight)
           
 Op2 OpLeftJoin.copy(Op newLeft, Op newRight)
           
 Op2 OpJoin.copy(Op newLeft, Op newRight)
           
 Op2 OpDiff.copy(Op newLeft, Op newRight)
           
 Op2 OpConditional.copy(Op newLeft, Op newRight)
           
abstract  Op2 Op2.copy(Op left, Op right)
           
 



Licenced under the Apache License, Version 2.0