TreeMerger
org.cipres.kepler.TreeMerger

The TreeMerger actor merges a set of trees got from the input port and sends the whole tree to the output port.This actor uses the "tree merge" services provided by the CIPRes CORBA registry.

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


inputTrees
A set of trees in CIPRes tree data structure is passed to the TreeMerger actor through this input port. This port is an input port of type GENERAL.

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