Package pal.tree
Interface TreeOperation
-
public interface TreeOperation
Title: TreeOperation
Description: A class that creates an altered tree base on input tree. This isn't used by much, SerialCoalescentGenerator.
- Version:
- $Id: TreeOperation.java,v 1.1 2003/10/19 02:35:26 matt Exp $, 1.0
- Author:
- Matthew Goode
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TreeOperation.Utils
Utility class
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tree
operateOn(Tree tree)
Operates on input tree.
-