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

Packages that use BaseNode
org.zilonis.network.beta   
org.zilonis.network.negative   
 

Uses of BaseNode in org.zilonis.network.beta
 

Subclasses of BaseNode in org.zilonis.network.beta
 class BaseNodeWithTests
           
 class ExpressionNode
           
 class IndexedJoinNode
           
 class JoinNode
           
 

Methods in org.zilonis.network.beta that return BaseNode
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)
           
 

Methods in org.zilonis.network.beta with parameters of type BaseNode
static BaseNode BaseNode.buildNodeForPositiveCondition(Scope scope, AlphaNetwork alphaNetwork, BaseNode baseNode, 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)
           
 

Constructors in org.zilonis.network.beta with parameters of type BaseNode
ExpressionNode(Condition condition, BaseNode parent)
           
 

Uses of BaseNode in org.zilonis.network.negative
 

Subclasses of BaseNode in org.zilonis.network.negative
 class IndexedNegativeNode
           
 class NCCNode
           
 class NegativeNode
           
 

Methods in org.zilonis.network.negative that return BaseNode
 BaseNode NCCPartnerNode.getParent()
           
 

Constructors in org.zilonis.network.negative with parameters of type BaseNode
NCCPartnerNode(BaseNode parent, int numberOfConjucts)