Package | Description |
---|---|
com.sun.electric.tool.generator.flag.hornFunnel2 |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getLeftChild() |
Node |
BinaryTree.getNodeInSlot(int i) |
Node |
BinaryTree.getNodeWithLongestChildWire() |
Node |
Node.getParent() |
Node |
Node.getRightChild() |
Node |
BinaryTree.getRoot() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Node> |
BinaryTree.getNodesAtHeight(int h) |
java.util.List<Node> |
BinaryTree.getNodesSortedByChildWireLength() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryTree.moveTo(Node n,
int dst,
int moveableHeight)
move Node n to slot dst
|
Constructor and Description |
---|
Node(Node parent,
int height,
int slot,
java.util.List<Node> slots) |
Constructor and Description |
---|
Node(Node parent,
int height,
int slot,
java.util.List<Node> slots) |