Package br.uniriotec.orion.control

Examples of br.uniriotec.orion.control.ForteDataGenerator


   
     public OntoForteUI(){
      String urlOntologia = "src/input/orion/times_do_rio_defasado.owl";
//      String urlOntologia = "src/input/orion/times_do_rio.owl";
//      String urlOntologia = "src/input/orion/instOntology_RDF.owl";
        ForteDataGenerator dataGenerator = new ForteDataGenerator(urlOntologia);
        ForteFileGenerator fileGenerator = new ForteFileGenerator(urlOntologia);
        List<Concept> conceitosRevisaveis = dataGenerator.retrieveRevisableConcepts();
       
        System.out.println("\n=== Regras Revisaveis ===");
        for(Concept c : conceitosRevisaveis){
            System.out.println(c);
        }
View Full Code Here

TOP

Related Classes of br.uniriotec.orion.control.ForteDataGenerator

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.