executionStrategy = "de.fzi.herakles.strategy.impl.BasicPStrategy";
}
OWLReasonerFactory reasonerFactory;
try {
reasonerFactory = new HeraklesReasonerFactory( registry, loadStrategy, executionStrategy );
// OWLReasoner reasoner = reasonerFactory.createReasoner( manager );
OWLReasoner reasoner = reasonerFactory.createReasoner( ontology );
return reasoner;
} catch( ClassNotFoundException e ) {
logger.debug("strategy class can't be found!");