|
||||||||||
| 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.model.impl.query.BasicGraphEngineConfig
public class BasicGraphEngineConfig
BasicGraphEngineConfig is a Glitter Engine config that uses triple find operations on BasicGraphs in order to do queries. The graphs are retrieved by URI from the provided IDataset.
| Constructor Summary | |
|---|---|
BasicGraphEngineConfig(IDataset dataset)
Create new BasicGraphEngineConfig with dataset as source of graphs. |
|
| Method Summary | |
|---|---|
SolutionGeneratorFactory |
getSolutionGeneratorFactory()
|
| 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, substituteFixedBindings |
| 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, substituteFixedBindings |
| Constructor Detail |
|---|
public BasicGraphEngineConfig(IDataset dataset)
dataset - Source of graphs for query engine| Method Detail |
|---|
public SolutionGeneratorFactory getSolutionGeneratorFactory()
SolutionGeneratorFactory that can produce SolutionGenerators
for the Glitter engine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||