TreeDecomposer
org.cipres.kepler.TreeDecomposer

The TreeDecomposer actor decomposes a tree into subtrees. This actor uses the TreeDecompose service provided by CIPRes CORBA registry.

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


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

outputTrees
The decomposed trees are sent out through this output port. All the trees are wrapped in a single token to facilitate the transportation. This port is an output port of type GENERAL.