public class Interpreter extends Object
Title: Interpreter
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
Interpreter(ABox abox) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFact(Fact f) |
boolean |
isDirty() |
boolean |
removeMentions(aterm.ATermAppl t)
Remove all facts that have a term matching 't'
|
void |
reset()
Remove all facts from the interpreter, leaving the rules intact.
|
boolean |
restore(int branch)
Restore abox to the given branch
|
Set<Fact> |
run() |
public Compiler rete
public Interpreter(ABox abox)
public boolean addFact(Fact f)
public boolean isDirty()
public boolean removeMentions(aterm.ATermAppl t)
public void reset()
public boolean restore(int branch)
Copyright © 2013. All Rights Reserved.