Uses of Class
org.zilonis.scope.ScopedLinkedList

Packages that use ScopedLinkedList
org.zilonis.network.beta   
 

Uses of ScopedLinkedList in org.zilonis.network.beta
 

Fields in org.zilonis.network.beta declared as ScopedLinkedList
protected  ScopedLinkedList<Test> BaseNodeWithTests.tests
           
 

Methods in org.zilonis.network.beta that return ScopedLinkedList
 ScopedLinkedList<LeftActivatable> BaseNode.getChildren()
           
 

Methods in org.zilonis.network.beta with parameters of type ScopedLinkedList
 void BaseNode.setChildren(ScopedLinkedList<LeftActivatable> children)