Uses of Class
pipe.dataLayer.calculations.myNode

Packages that use myNode
pipe.dataLayer.calculations   
 

Uses of myNode in pipe.dataLayer.calculations
 

Fields in pipe.dataLayer.calculations declared as myNode
 myNode myTree.root
           
 myNode[] myTree.EndNodes
           
(package private)  myNode myNode.parent
           
(package private)  myNode[] myNode.children
           
(package private)  myNode myNode.previousInstance
           
 

Methods in pipe.dataLayer.calculations with parameters of type myNode
 boolean myNode.FindMarkup(myNode n)
           
 

Constructors in pipe.dataLayer.calculations with parameters of type myNode
myNode(int[] marking_array, myNode parent_node, myTree atree, int treeDepth)