| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableMap<Class<? extends QueryOptimizationProposal>,Class<? extends ProposalExecutor>> |
OntopModelConfigurationImpl.generateOptimizationConfigurationMap()
Can be overloaded by sub-classes
|
| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQuery.applyProposal(P proposal)
Central method for submitting a proposal.
|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQuery.applyProposal(P propagationProposal,
boolean disableValidation)
May disable the (possible) validation tests
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProposalExecutor<P extends QueryOptimizationProposal<R>,R extends ProposalResults>
TODO: explain
ProposalExecutor are expected to manipulate directly a QueryTreeComponent
|
| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQueryImpl.applyProposal(P propagationProposal) |
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQueryImpl.applyProposal(P proposal,
boolean disableValidationTests) |
| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
ExecutorRegistry.getExecutor(P proposal) |
| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
StandardExecutorRegistry.getExecutor(P proposal) |
| Constructor and Description |
|---|
StandardExecutorRegistry(com.google.inject.Injector injector,
com.google.common.collect.ImmutableMap<Class<? extends QueryOptimizationProposal>,Class<? extends ProposalExecutor>> classMap) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.