Uses of Class
net.sourceforge.fluxion.spring.QueryTransformerConfiguration

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
 



Copyright © 2010. All Rights Reserved.