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

All Known Implementing Classes:
ReorderFixed, ReorderTransformationBase, ReorderWeighted

public interface ReorderTransformation


Method Summary
 BasicPattern reorder(BasicPattern pattern)
          Return the reordered basic graph pattern.
 ReorderProc reorderIndexes(BasicPattern pattern)
          Return the reordering function based on a basic graph pattern.
 

Method Detail

reorderIndexes

ReorderProc reorderIndexes(BasicPattern pattern)
Return the reordering function based on a basic graph pattern.


reorder

BasicPattern reorder(BasicPattern pattern)
Return the reordered basic graph pattern.



Licenced under the Apache License, Version 2.0