Package | Description |
---|---|
jtabwb.tracesupport |
Some tool for managing traces and C-trees, including support for LaTeX source
generation.
|
Modifier and Type | Method and Description |
---|---|
CTreeNode |
CTree.getRoot()
Returns the node at the root of the C-tree.
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<CTreeNode> |
CTreeNode.getSuccessors() |
Modifier and Type | Method and Description |
---|---|
void |
CTreeNode.addSuccessor(CTreeNode successor) |
void |
CollectionOfArrayOfNCTrees.generateCombinations(CTreeNode ct,
CollectionOfArrayOfNCTrees prefixes) |