TreeImprover
org.cipres.kepler.TreeImprover

The TreeImprover actor improves a phylogenetic tree according to the settings configured by the user through the GUIGen interface. This actor uses the TreeImprove CORBA service provided by the CIPRes registry.

Author(s): Zhijie Guan
Version:$Id: TreeImprover.java,v 1.4 2006/05/19 11:51:23 guan Exp $


inputTree
A tree in CIPRes tree data structure is passed to the TreeImprover actor through this input port. This port is an input port of type GENERAL.

inputMatrix
A matrix containing the characters information of the analyzed taxa is passed to the TreeImprover actor through this input port. This port is an input port of type GENERAL.

outputTree
The improved tree is sent through this output port. This port is an output port of type GENERAL.