|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.DefaultEngineConfig
org.openanzo.model.impl.query.CoreEngineConfig
org.openanzo.server.repository.query.ServerEngineConfig
public class ServerEngineConfig
ServerEngineConfig is a Glitter Engine config that uses a connection to the relation db in order to do queries.
| Constructor Summary | |
|---|---|
ServerEngineConfig()
Create a new ServerEngineConfig |
|
| Method Summary | |
|---|---|
ServerSolutionGeneratorFactory |
getSolutionGeneratorFactory()
|
boolean |
substituteFixedBindings()
In many cases, an intermediate result set contains solutions that all bind a given variable to the same value. |
| Methods inherited from class org.openanzo.model.impl.query.CoreEngineConfig |
|---|
getDatasetClass, getFunctionalPredicates, getQueryExecutionPlan, getQueryValidators, getTreeRewriters, includeInferredTriples, registerFunctionalPredicate, setIncludeInferredTriples |
| Methods inherited from class org.openanzo.glitter.DefaultEngineConfig |
|---|
allowNaryUnion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openanzo.glitter.EngineConfig |
|---|
allowNaryUnion |
| Constructor Detail |
|---|
public ServerEngineConfig()
| Method Detail |
|---|
public ServerSolutionGeneratorFactory getSolutionGeneratorFactory()
SolutionGeneratorFactory that can produce SolutionGenerators
for the Glitter engine.public boolean substituteFixedBindings()
EngineConfig
substituteFixedBindings in interface EngineConfigsubstituteFixedBindings in class DefaultEngineConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||