#include "api1/Cipres.idl" module CipresIDL_api1 { interface TreeDecompose : Scriptable, LifeCycle { TaxonSeqSeq leafSetDecompose(in Tree treeParam) raises(TreeParseException); }; };