|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zilonis.network.beta.BaseNode
org.zilonis.network.beta.BaseNodeWithTests
public abstract class BaseNodeWithTests
| Field Summary | |
|---|---|
protected ScopedLinkedList<Test> |
tests
|
| Constructor Summary | |
|---|---|
BaseNodeWithTests(Scope scope,
Test[] tests)
|
|
| Method Summary | |
|---|---|
static boolean |
isIn(Test test,
Test[] tests)
|
boolean |
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 |
| Methods inherited from class org.zilonis.network.beta.BaseNode |
|---|
activateChildren, addAsSecondChild, addChild, buildNodeForPositiveCondition, buildOrShareBetaMemory, buildOrShareExpressionNode, buildOrShareIndexedBetaMemory, buildOrShareNCCNode, buildOrShareNegativeNode, buildOrShareNode, getChildren, getLeftActivatableIterable, notIndexedPositiveNode, printPrev, setChildren, toString, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.zilonis.network.LeftActivatable |
|---|
leftActivate |
| Field Detail |
|---|
protected ScopedLinkedList<Test> tests
| Constructor Detail |
|---|
public BaseNodeWithTests(Scope scope,
Test[] tests)
| Method Detail |
|---|
public boolean testsMatch(Scope scope,
Test[] _tests)
public static boolean isIn(Test test,
Test[] tests)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||