com.hp.hpl.jena.sparql.engine.optimizer.reorder
Class ReorderTransformationBase
java.lang.Object
com.hp.hpl.jena.sparql.engine.optimizer.reorder.ReorderTransformationBase
- All Implemented Interfaces:
- ReorderTransformation
- Direct Known Subclasses:
- ReorderFixed, ReorderWeighted
public abstract class ReorderTransformationBase
- extends Object
- implements ReorderTransformation
Machinary
Field Summary |
static org.slf4j.Logger |
log
|
log
public static final org.slf4j.Logger log
ReorderTransformationBase
public ReorderTransformationBase()
reorder
public BasicPattern reorder(BasicPattern pattern)
- Description copied from interface:
ReorderTransformation
- Return the reordered basic graph pattern.
- Specified by:
reorder
in interface ReorderTransformation
reorderIndexes
public final ReorderProc reorderIndexes(BasicPattern pattern)
- Description copied from interface:
ReorderTransformation
- Return the reordering function based on a basic graph pattern.
- Specified by:
reorderIndexes
in interface ReorderTransformation
Licenced under the Apache License, Version 2.0