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

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

Uses of Test in org.zilonis.network.beta
 

Fields in org.zilonis.network.beta with type parameters of type Test
protected  ScopedLinkedList<Test> BaseNodeWithTests.tests
           
 

Methods in org.zilonis.network.beta that return Test
static Test[] Test.getTests(Triplet condition, Condition earlierConditions)
           
static Test[] Test.getTests(Triplet condition, java.util.LinkedList<Triplet> earlierConditions)
           
 

Methods in org.zilonis.network.beta with parameters of type Test
 NegativeNode BaseNode.buildOrShareNegativeNode(Scope scope, AlphaMemory alphaMemory, Test[] tests, Condition condition)
           
 IndexedJoinNode IndexedBetaMemory.getIndexedJoinNode(Scope scope, AlphaMemory alphaMemory, Test[] tests)
           
 JoinNode BetaMemory.getJoinNode(Scope scope, AlphaMemory alphaMemory, Test[] tests)
           
static boolean BaseNodeWithTests.isIn(Test test, Test[] tests)
           
static boolean BaseNodeWithTests.isIn(Test test, Test[] tests)
           
 boolean BaseNodeWithTests.testsMatch(Scope scope, Test[] _tests)
          This method is used in the getJoinNode (buildOrShareJoinNode) and getNegativeNode to test if the tests contained in this JoinNode for the specified scope match the ones received as a parameter
 

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

Uses of Test in org.zilonis.network.negative
 

Constructors in org.zilonis.network.negative with parameters of type Test
IndexedNegativeNode(Scope scope, AlphaMemory alphaMemory, int hashField, int hashLevelsUp, Test[] tests)
           
NegativeNode(Scope scope, AlphaMemory alphaMemory, Test[] tests)