#include "api1/Cipres.idl" /* This module defines an asynchronous tree inferrer, that is, a service that slowly accumulates trees based on an input matrix and scripted settings. The service implements an iterator to give access to the (growing) result set, and a RendezVous interface that allows the client to disconnect and reconnect. $Id: AsyncTreeInfer.idl 1242 2006-06-02 21:17:14Z rvosa $ */ module CipresIDL_api1 { interface AsyncTreeIterator: TreeIterator, RendezVous { boolean isComplete(); }; };