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

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

Uses of Op1 in com.hp.hpl.jena.sparql.algebra
 

Methods in com.hp.hpl.jena.sparql.algebra with parameters of type Op1
static Op OpLib.sub(Op1 op)
           
 

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

Subclasses of Op1 in com.hp.hpl.jena.sparql.algebra.op
 class OpAssign
           
 class OpDistinct
           
 class OpExtend
          This is the operation in stadard SPARQL 1.1 OpAssign is specifically in support of LET.
 class OpExtendAssign
           
 class OpFilter
           
 class OpGraph
           
 class OpGroup
           
 class OpLabel
          Do-nothing class that means that tags/labels/comments can be left in the algebra tree.
 class OpList
           
 class OpModifier
          Mark solution modifiers
 class OpOrder
           
 class OpProcedure
          General procedure in algebra evaluation (a stored procedure facility) Syntax (ARQ extension): CALL (?x, ?y+3) See also the similar algebra form for property functions.
 class OpProject
           
 class OpPropFunc
          Property functions (or any OpBGP replacement) Execution will be per-engine specific
 class OpReduced
           
 class OpService
           
 class OpSlice
           
 class OpTopN
          Top N from a stream of items - for small N, better than ORDER BY + LIMIT N
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return Op1
 Op1 OpTopN.copy(Op subOp)
           
 Op1 OpSlice.copy(Op subOp)
           
 Op1 OpService.copy(Op newOp)
           
 Op1 OpReduced.copy(Op subOp)
           
 Op1 OpPropFunc.copy(Op op)
           
 Op1 OpProject.copy(Op subOp)
           
 Op1 OpProcedure.copy(Op subOp)
           
 Op1 OpOrder.copy(Op subOp)
           
 Op1 OpList.copy(Op subOp)
           
 Op1 OpLabel.copy(Op subOp)
           
 Op1 OpGroup.copy(Op subOp)
           
 Op1 OpGraph.copy(Op newOp)
           
 Op1 OpFilter.copy(Op subOp)
           
 Op1 OpExtend.copy(Op subOp)
           
 Op1 OpDistinct.copy(Op subOp)
           
 Op1 OpAssign.copy(Op subOp)
           
abstract  Op1 Op1.copy(Op subOp)
           
 



Licenced under the Apache License, Version 2.0