Class OntBuilder


  • public class OntBuilder
    extends java.lang.Object

    Description: Creates a KnowledgeBase from ATerm axioms.

    Copyright: Copyright (c) 2007

    Company: Clark & Parsia, LLC.

    Author:
    Evren Sirin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(openllet.aterm.ATermAppl axiom)  
      KnowledgeBase build​(java.util.Set<openllet.aterm.ATermAppl> axioms)  
      void reset()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • add

        public void add​(openllet.aterm.ATermAppl axiom)
      • build

        public KnowledgeBase build​(java.util.Set<openllet.aterm.ATermAppl> axioms)
      • reset

        public void reset()