Uses of Class
com.sun.electric.tool.generator.flag.hornFunnel2.Node

Packages that use Node
com.sun.electric.tool.generator.flag.hornFunnel2   
 

Uses of Node in com.sun.electric.tool.generator.flag.hornFunnel2
 

Methods in com.sun.electric.tool.generator.flag.hornFunnel2 that return Node
 Node Node.getLeftChild()
           
 Node BinaryTree.getNodeInSlot(int i)
           
 Node BinaryTree.getNodeWithLongestChildWire()
           
 Node Node.getParent()
           
 Node Node.getRightChild()
           
 Node BinaryTree.getRoot()
           
 

Methods in com.sun.electric.tool.generator.flag.hornFunnel2 that return types with arguments of type Node
 java.util.List<Node> BinaryTree.getNodesAtHeight(int h)
           
 java.util.List<Node> BinaryTree.getNodesSortedByChildWireLength()
           
 

Methods in com.sun.electric.tool.generator.flag.hornFunnel2 with parameters of type Node
 void BinaryTree.moveTo(Node n, int dst, int moveableHeight)
          move Node n to slot dst
 

Constructors in com.sun.electric.tool.generator.flag.hornFunnel2 with parameters of type Node
Node(Node parent, int height, int slot, java.util.List<Node> slots)
           
 

Constructor parameters in com.sun.electric.tool.generator.flag.hornFunnel2 with type arguments of type Node
Node(Node parent, int height, int slot, java.util.List<Node> slots)