Module org.apache.jena.arq
Interface ReorderTransformation
- All Known Implementing Classes:
ReorderFixed,ReorderFixedAlt,ReorderTransformationSubstitution,ReorderWeighted
public interface ReorderTransformation
-
Method Summary
Modifier and TypeMethodDescriptionreorder(BasicPattern pattern) Return the reordered basic graph pattern.reorderIndexes(BasicPattern pattern) Return the reordering function based on a basic graph pattern.
-
Method Details
-
reorderIndexes
Return the reordering function based on a basic graph pattern. -
reorder
Return the reordered basic graph pattern.
-