Uses of Class
org.zilonis.network.alpha.AlphaNetwork

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

Uses of AlphaNetwork in org.zilonis.network
 

Methods in org.zilonis.network that return AlphaNetwork
 AlphaNetwork Rete.getAlphaNetwork()
           
 

Uses of AlphaNetwork in org.zilonis.network.beta
 

Methods in org.zilonis.network.beta with parameters of type AlphaNetwork
static BaseNode BaseNode.buildNodeForPositiveCondition(Scope scope, AlphaNetwork alphaNetwork, BaseNode baseNode, Condition condition)
           
 BaseNode BaseNode.buildOrShareNCCNode(Scope scope, AlphaNetwork alphaNetwork, Condition condition)
           
static BaseNode BaseNode.buildOrShareNode(Scope scope, AlphaNetwork alphaNetwork, BaseNode baseNode, Condition condition)
           
static BaseNode BaseNode.notIndexedPositiveNode(Scope scope, AlphaNetwork alphaNetwork, BaseNode baseNode, Condition condition)