You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/03/01 20:34:07 UTC

svn commit: r513459 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Author: alally
Date: Thu Mar  1 11:34:07 2007
New Revision: 513459

URL: http://svn.apache.org/viewvc?view=rev&rev=513459
Log:
Documentation update for FlowController APIs addAnalysisEngines and removeAnalysisEngines.
UIMA-327: https://issues.apache.org/jira/browse/UIMA-327

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml?view=diff&rev=513459&r1=513458&r2=513459
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml Thu Mar  1 11:34:07 2007
@@ -97,6 +97,12 @@
         delegate analysis engine keys specified in the aggregate descriptor, and the values are the corresponding
         <literal>AnalysisEngineMetaData</literal> objects.</para>
       
+      <para>Finally, the Flow Controller has optional methods <literal>addAnalysisEngines</literal> and
+        <literal>removeAnalysisEngines</literal>.  These methods are intended to notify the Flow Controller if new Analysis 
+        Engines are available to route CASes to, or if previously available Analysis Engines are no longer available.  However, 
+        the current version of the Apache UIMA framework does not support dynamically adding or removing Analysis Engines
+        to/from an aggregate, so these methods are not currently called.  Future versions may support this feature.
+      </para>
     </section>
     
     <section id="ugr.tug.fc.example_code">