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

All Known Implementing Classes:
ReorderProcIndexes

public interface ReorderProc


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.
 

Method Detail

reorder

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. Can return the original basic pattern if unchanged; must not mutate the argument basic graph pattern.



Licenced under the Apache License, Version 2.0