|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryTransformerConfiguration | |
---|---|
net.sourceforge.fluxion.spring |
Uses of QueryTransformerConfiguration in net.sourceforge.fluxion.spring |
---|
Methods in net.sourceforge.fluxion.spring with parameters of type QueryTransformerConfiguration | |
---|---|
org.semanticweb.owl.model.OWLOntology |
QueryTransformer.inferExposedSchema(QueryTransformerConfiguration configuration)
Called after properties have been set on the QueryTransformingFluxionService, return the OWL ontology representing the exposed schema for this configuration. |
OntologyURIPair |
QueryTransformer.transformQueryRequest(QueryTransformerConfiguration configuration,
OntologyURIPair queryRequest)
Transform a query request using the specified configuration, transforming both query ontology and query class URI from the exposed ontology into the underlying ontology for this configuration |
org.semanticweb.owl.model.OWLOntology |
QueryTransformer.transformQueryResponse(QueryTransformerConfiguration configuration,
org.semanticweb.owl.model.OWLOntology queryResponse)
Transform a query response from the underlying ontology defined by the configuration into the exposed ontology |
Method parameters in net.sourceforge.fluxion.spring with type arguments of type QueryTransformerConfiguration | |
---|---|
void |
QueryTransformingFluxionService.setMapping(java.util.List<QueryTransformerConfiguration> configurations)
Inject a list of configuration objects defining the mapping from underlying data source to rules documents |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |