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

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

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()
           
static ReorderTransformation ReorderLib.weighted(String filename)
           
 



Licenced under the Apache License, Version 2.0