Package com.clarkparsia.owlapi.explanation.io.manchester

Examples of com.clarkparsia.owlapi.explanation.io.manchester.ManchesterSyntaxExplanationRenderer.endRendering()


    // Now explain why animal lover is a sub class of pet owner
    exp = expGen.getSubClassExplanations( animalLover, petOwner );
    out.println( "Why is " + animalLover + " subclass of " + petOwner + "?" );
    renderer.render( exp );
   
    renderer.endRendering();
  }

  public static void main(String[] args) throws OWLOntologyCreationException, OWLException,
      IOException {
    ExplanationExample app = new ExplanationExample();
View Full Code Here


    // Now explain why animal lover is a sub class of pet owner
    exp = expGen.getSubClassExplanations( animalLover, petOwner );
    out.println( "Why is " + animalLover + " subclass of " + petOwner + "?" );
    renderer.render( exp );
   
    renderer.endRendering();
  }

  public static void main(String[] args) throws OWLOntologyCreationException, OWLException,
      IOException {
    ExplanationExample app = new ExplanationExample();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.