| Modifier and Type | Field and Description |
|---|---|
protected KnowledgeBase |
kb |
static Logger |
log |
protected TBoxExpImpl |
tbox |
protected Map<aterm.ATermAppl,TermDefinition> |
termhash |
| Constructor and Description |
|---|
TBoxBase(TBoxExpImpl tbox) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDef(aterm.ATermAppl def) |
boolean |
contains(aterm.ATerm name) |
TermDefinition |
getTD(aterm.ATerm name) |
boolean |
isEmpty() |
boolean |
removeDef(aterm.ATermAppl axiom) |
int |
size()
Returns the number of term definitions stored in this TBox.
|
public static Logger log
protected KnowledgeBase kb
protected TBoxExpImpl tbox
protected Map<aterm.ATermAppl,TermDefinition> termhash
public TBoxBase(TBoxExpImpl tbox)
public boolean addDef(aterm.ATermAppl def)
public boolean removeDef(aterm.ATermAppl axiom)
public boolean contains(aterm.ATerm name)
public TermDefinition getTD(aterm.ATerm name)
public boolean isEmpty()
public int size()
Copyright © 2019. All rights reserved.