org.mindswap.pellet.rete
Class Interpreter

java.lang.Object
  extended by org.mindswap.pellet.rete.Interpreter

public class Interpreter
extends java.lang.Object


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

compiler

public Compiler compiler

rete

public Compiler rete

inferredFacts

public java.util.Set inferredFacts

fta

public java.util.Set fta
Constructor Detail

Interpreter

public Interpreter()
Method Detail

addFacts

public boolean addFacts(java.util.Set facts,
                        boolean initialSet)

processBetaNode

public void processBetaNode(BetaNode betaNode)

run

public void run()


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.