Package pal.tree
Interface TreeOperation
-
public interface TreeOperationTitle: 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 classTreeOperation.UtilsUtility class
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreeoperateOn(Tree tree)Operates on input tree.
-