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 |