Uses of Class
com.hp.hpl.jena.sparql.algebra.TransformCopy

Packages that use TransformCopy
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.algebra.optimize   
 

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

Subclasses of TransformCopy in com.hp.hpl.jena.sparql.algebra
 class AlgebraQuad
          Convert an algebra expression into a quad form
 class TransformUnionQuery
          Convert query in algrebra form so that the default graph of the query is the union of named graphs
 

Uses of TransformCopy in com.hp.hpl.jena.sparql.algebra.optimize
 

Subclasses of TransformCopy in com.hp.hpl.jena.sparql.algebra.optimize
 class TransformDistinctToReduced
           
 class TransformExpandOneOf
           
 class TransformFilterConjunction
          Redo FILTER (A&&B) as FILTER(A) FILTER(B) (as an expr list).
 class TransformFilterDisjunction
          Filter disjunction.
 class TransformFilterEquality
           
 class TransformFilterPlacement
          Rewrite an algebra expression to put filters as close to their bound variables in a BGP.
 class TransformJoinStrategy
          Choose join strategy
 class TransformPathFlattern
           
 class TransformPattern2Join
           
 class TransformPropertyFunction
          Rewrite to replace a property function property with the call to the property function implementation
 class TransformRemoveLabels
           
 class TransformSimplify
           
 class TransformTopN
           
 



Licenced under the Apache License, Version 2.0