| Package | Description |
|---|---|
| org.apache.jena.sparql.algebra.optimize |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Optimize.RewriterFactory
Deprecated.
Use
RewriteFactory |
| Modifier and Type | Field and Description |
|---|---|
static RewriteFactory |
Optimize.minimalOptimizationFactory
Factory for the "minimal" optimizer.
|
static RewriteFactory |
Optimize.noOptimizationFactory
Factory for the "Do nothing" optimizer.
|
static RewriteFactory |
Optimize.stdOptimizationFactory
Factory for the standard optimization sequnece.
|
| Modifier and Type | Method and Description |
|---|---|
static RewriteFactory |
Optimize.getFactory()
Get the global factory for making optimizers
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Optimize.setFactory(RewriteFactory aFactory)
Globally set the factory for making optimizers
|
Licenced under the Apache License, Version 2.0