Class ReorderProcIndexes
- java.lang.Object
-
- org.apache.jena.sparql.engine.optimizer.reorder.ReorderProcIndexes
-
- All Implemented Interfaces:
ReorderProc
public class ReorderProcIndexes extends java.lang.Object implements ReorderProc
-
-
Constructor Summary
Constructors Constructor Description ReorderProcIndexes(int[] indexes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicPatternreorder(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.java.lang.StringtoString()
-
-
-
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:
reorderin interfaceReorderProc
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-