Interface ReorderTransformation
-
- All Known Implementing Classes:
ReorderFixed,ReorderFixedAlt,ReorderTransformationSubstitution,ReorderWeighted
public interface ReorderTransformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicPatternreorder(BasicPattern pattern)Return the reordered basic graph pattern.ReorderProcreorderIndexes(BasicPattern pattern)Return the reordering function based on a basic graph pattern.
-
-
-
Method Detail
-
reorderIndexes
ReorderProc reorderIndexes(BasicPattern pattern)
Return the reordering function based on a basic graph pattern.
-
reorder
BasicPattern reorder(BasicPattern pattern)
Return the reordered basic graph pattern.
-
-