Package org.herakles.ml.selection.trainingData.reasonerTest.test.noOwllink.parallel

Examples of org.herakles.ml.selection.trainingData.reasonerTest.test.noOwllink.parallel.TestCase


    System.out.println("\n\nTest finished!");
  }
 
  private void testWithReasoner(OWLOntology ontology, Query query){
    ReasonerManager reasonerManager = new DirectReasonerManager();
    TestCase testCase = new TestCase(ontology, query, reasonerManager);
    testCase.getFastestReasoner();
  }
View Full Code Here

TOP

Related Classes of org.herakles.ml.selection.trainingData.reasonerTest.test.noOwllink.parallel.TestCase

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.