org.zilonis.network.alpha
Class AlphaNetwork

java.lang.Object
  extended by org.zilonis.network.alpha.AlphaNetwork

public class AlphaNetwork
extends java.lang.Object


Constructor Summary
AlphaNetwork()
           
 
Method Summary
 void addWME(Scope scope, WME wme)
           
 AlphaMemory getAlphaMemory(Scope scope, Triplet condition)
           
 java.lang.String getKey(int i, Triplet wme)
           
 java.lang.String getKey(Triplet condition)
           
 void initializeAlphaMemory(Scope scope, AlphaMemory alphaMemory, Triplet condition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaNetwork

public AlphaNetwork()
Method Detail

addWME

public void addWME(Scope scope,
                   WME wme)

getAlphaMemory

public AlphaMemory getAlphaMemory(Scope scope,
                                  Triplet condition)

initializeAlphaMemory

public void initializeAlphaMemory(Scope scope,
                                  AlphaMemory alphaMemory,
                                  Triplet condition)

getKey

public java.lang.String getKey(Triplet condition)

getKey

public java.lang.String getKey(int i,
                               Triplet wme)