Uses of Class
org.zilonis.network.beta.IndexedBetaMemory

Packages that use IndexedBetaMemory
org.zilonis.network   
org.zilonis.network.beta   
 

Uses of IndexedBetaMemory in org.zilonis.network
 

Methods in org.zilonis.network that return IndexedBetaMemory
 IndexedBetaMemory Condition.getIndexedBetaMemory()
           
 

Methods in org.zilonis.network with parameters of type IndexedBetaMemory
 void Condition.setIndexedBetaMemory(IndexedBetaMemory betaMemory)
           
 

Uses of IndexedBetaMemory in org.zilonis.network.beta
 

Methods in org.zilonis.network.beta that return IndexedBetaMemory
 IndexedBetaMemory BaseNode.buildOrShareIndexedBetaMemory(Scope scope, int hashField, int hashLevelsUp)
           
 

Constructors in org.zilonis.network.beta with parameters of type IndexedBetaMemory
IndexedJoinNode(Scope scope, AlphaMemory alphaMemory, IndexedBetaMemory parent, Test[] tests)