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 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 similary 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
 



Licenced under the Apache License, Version 2.0