All Known Implementing Classes:
ReorderProcIndexes

public interface ReorderProc
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a new basic pattern with the same triples as the input, but ordered as per the index list of this reorder processor.
  • Method Details

    • 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.