Package de.fzi.herakles.core

Examples of de.fzi.herakles.core.HeraklesReasonerFactory


      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!");
View Full Code Here

TOP

Related Classes of de.fzi.herakles.core.HeraklesReasonerFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.