com.hp.hpl.jena.sparql.engine.optimizer.reorder
Class ReorderProcIndexes

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.optimizer.reorder.ReorderProcIndexes
All Implemented Interfaces:
ReorderProc

public class ReorderProcIndexes
extends Object
implements ReorderProc


Constructor Summary
ReorderProcIndexes(int[] indexes)
           
 
Method Summary
 BasicPattern reorder(BasicPattern bgp)
          Return a new basic pattern with the same triples as the input, but ordered as per the index list of this reorder processor.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReorderProcIndexes

public ReorderProcIndexes(int[] indexes)
Method Detail

reorder

public BasicPattern reorder(BasicPattern bgp)
Return a new basic pattern with the same triples as the input, but ordered as per the index list of this reorder processor.

Specified by:
reorder in interface ReorderProc

toString

public String toString()
Overrides:
toString in class Object


Licenced under the Apache License, Version 2.0