public class Interpreter extends Object
Title: Interpreter
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Field and Description |
|---|---|
AlphaNetwork |
alphaNet |
| Constructor and Description |
|---|
Interpreter(AlphaNetwork alphaNet) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PartialBinding> |
getBindings() |
void |
reset()
Remove all facts from the interpreter, leaving the rules intact.
|
void |
restore(int branch)
Restore abox to the given branch
|
void |
run() |
public AlphaNetwork alphaNet
public Interpreter(AlphaNetwork alphaNet)
public void reset()
public void restore(int branch)
public void run()
public Collection<PartialBinding> getBindings()
Copyright © 2019. All rights reserved.