Interface ReorderProc
-
- All Known Implementing Classes:
ReorderProcIndexes
public interface ReorderProc
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
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.
-
-