public interface TreeOperation
Title: TreeOperation
Description: A class that creates an altered tree base on input tree. This isn't used by much, SerialCoalescentGenerator.
Modifier and Type | Interface | Description |
---|---|---|
static class |
TreeOperation.Utils |
Utility class
|
Modifier and Type | Method | Description |
---|---|---|
Tree |
operateOn(Tree tree) |
Operates on input tree.
|