org.zilonis.network
Class Rete
java.lang.Object
org.zilonis.network.Rete
public class Rete
- extends java.lang.Object
|
Constructor Summary |
Rete()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rete
public Rete()
getAlphaNetwork
public AlphaNetwork getAlphaNetwork()
listFacts
public java.util.Iterator<WME> listFacts(Scope scope)
add
public void add(Scope scope,
Triplet triplet)
remove
public void remove(Scope scope,
WME wme)
removeAll
public void removeAll(Scope scope)
remove
public void remove(Scope scope,
Triplet triplet)
rhsAction
public void rhsAction(ActionResult actionResult)
rhsTime
public void rhsTime(Scope scope)
addProduction
public void addProduction(Scope scope,
Condition condition,
LeftActivatable production)
getRootBetaMemory
public BetaMemory getRootBetaMemory()
toString
public java.lang.String toString(Scope scope)