|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.rete.Interpreter
public class Interpreter
Field Summary | |
---|---|
Compiler |
compiler
|
java.util.Set |
fta
|
java.util.Set |
inferredFacts
|
Compiler |
rete
|
Constructor Summary | |
---|---|
Interpreter()
|
Method Summary | |
---|---|
boolean |
addFacts(java.util.Set facts,
boolean initialSet)
|
void |
processBetaNode(BetaNode betaNode)
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Compiler compiler
public Compiler rete
public java.util.Set inferredFacts
public java.util.Set fta
Constructor Detail |
---|
public Interpreter()
Method Detail |
---|
public boolean addFacts(java.util.Set facts, boolean initialSet)
public void processBetaNode(BetaNode betaNode)
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |