Package openllet.core.utils
Class OntBuilder
- java.lang.Object
-
- openllet.core.utils.OntBuilder
-
public class OntBuilder extends java.lang.ObjectDescription: Creates a KnowledgeBase from ATerm axioms.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description OntBuilder(KnowledgeBase originalKB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(openllet.aterm.ATermAppl axiom)KnowledgeBasebuild(java.util.Set<openllet.aterm.ATermAppl> axioms)voidreset()
-
-
-
Constructor Detail
-
OntBuilder
public OntBuilder(KnowledgeBase originalKB)
-
-
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()
-
-