Package lupos.owl2rl.owlToRif

Examples of lupos.owl2rl.owlToRif.InferenceRulesGeneratorSetup


    return returnValue(ontology, "/owl2rl/OWL2RLRulesAlternativeNoInconsistencyRules.xml");
  }

  public static String returnValue(final String ontology, final String filepath){
    if(genSet==null){
      genSet=new InferenceRulesGeneratorSetup();
    }
    genSet.init(ontology, filepath);
    return genSet.getGenerator().getOutputRules();   
  }
View Full Code Here

TOP

Related Classes of lupos.owl2rl.owlToRif.InferenceRulesGeneratorSetup

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.