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
    • Method Detail

      • operateOn

        Tree operateOn​(Tree tree)
        Operates on input tree. Users can assume that the input tree is not altered, but should allow that the result tree may just be the input tree!
        Parameters:
        tree - The input tree.
        Returns:
        the A new tree, or the input tree