| Package | Description |
|---|---|
| ptolemy.actor.lib.comm |
Communications actors.
|
| Modifier and Type | Field and Description |
|---|---|
HuffmanBasic.Node |
HuffmanBasic.Node.leftChild
The left child of the node.
|
HuffmanBasic.Node |
HuffmanBasic.Node.rightChild
The right child of the node.
|
| Constructor and Description |
|---|
Node(HuffmanBasic.Node left,
HuffmanBasic.Node right)
Construct the parent node given the left child
and the right child.
|