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
           
 

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

Subclasses of TransformCopy in com.hp.hpl.jena.sparql.algebra.optimize
 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 TransformPropertyFunction
          Rewrite to replace a property function property with the call to the property function implementation
 class TransformRemoveLabels
           
 class TransformSimplify
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.