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.



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.