Uses of Interface
com.hp.hpl.jena.sparql.engine.optimizer.reorder.ReorderTransformation

Packages that use ReorderTransformation
com.hp.hpl.jena.sparql.algebra.optimize   
com.hp.hpl.jena.sparql.engine.optimizer.reorder   
 

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

Constructors in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type ReorderTransformation
TransformReorder(ReorderTransformation reorder)
          Creates a Transformer that uses the given reordering
 

Uses of ReorderTransformation in com.hp.hpl.jena.sparql.engine.optimizer.reorder
 

Classes in com.hp.hpl.jena.sparql.engine.optimizer.reorder that implement ReorderTransformation
 class ReorderFixed
           
 class ReorderTransformationBase
          Machinary
 class ReorderWeighted
           
 

Methods in com.hp.hpl.jena.sparql.engine.optimizer.reorder that return ReorderTransformation
static ReorderTransformation ReorderLib.fixed()
           
 ReorderTransformation Reorderable.getReorderTransform()
          Reorder processor - may be null, for "not applicable"
static ReorderTransformation ReorderLib.identity()
          Return a ReorderTransformation that maps directly to the original (leaving the query writer in-control)
static ReorderTransformation ReorderLib.weighted(String filename)
           
 



Licenced under the Apache License, Version 2.0