public class OntBuilder extends Object
Title:
Description: Creates a KnowledgeBase from ATerm axioms.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
OntBuilder(KnowledgeBase originalKB) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(aterm.ATermAppl axiom) |
KnowledgeBase |
build(Set<aterm.ATermAppl> axioms) |
void |
reset() |
public OntBuilder(KnowledgeBase originalKB)
public void add(aterm.ATermAppl axiom)
public KnowledgeBase build(Set<aterm.ATermAppl> axioms)
public void reset()
Copyright © 2019. All rights reserved.