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

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

Uses of BetaMemory in org.zilonis.network
 

Methods in org.zilonis.network that return BetaMemory
 BetaMemory Condition.getBetaMemory()
           
 BetaMemory Rete.getRootBetaMemory()
           
 

Methods in org.zilonis.network with parameters of type BetaMemory
 void Condition.setBetaMemory(BetaMemory betaMemory)
           
 

Uses of BetaMemory in org.zilonis.network.beta
 

Methods in org.zilonis.network.beta that return BetaMemory
 BetaMemory BaseNode.buildOrShareBetaMemory(Scope scope)