Package de.fzi.herakles.strategy.impl

Examples of de.fzi.herakles.strategy.impl.BenchmarkingStrategy


    testResult = new TestResult(ontology);
    initial(ontology);
  }
 
  private void initial(OWLOntology ontology){
    strategy = new BenchmarkingStrategy();
    ReasonerRegistry register = ReasonerRegistry.getInstance();
   
    OWLOntologyManager owlOntologyManager = ontology.getOWLOntologyManager();
   
    register.registerReasoner(owlOntologyManager, "Cel", "127.0.0.1", "8090");
View Full Code Here

TOP

Related Classes of de.fzi.herakles.strategy.impl.BenchmarkingStrategy

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.