public class QueryMediator
extends java.lang.Object
implements QueryProcessor
QueryMediator
A query processor that mediates queries through an ontology alignment.
This implementation rely on an embedded QueryProcessor.
Another possible implementation would be to subclass a query processor.
This would however provide few benefits (speed gained by no indirection)
against loss in generality.