Package | Description |
---|---|
Trees |
Provides classes to define a tree.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Split> |
Tree.getSplits()
Gets the splits that represent the tree
|
Modifier and Type | Method and Description |
---|---|
boolean |
Split.equalExceptLength(Split s)
Tests whether two splits are equal except for length
|