You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2023/02/08 10:33:40 UTC

svn commit: r1907517 [20/28] - in /uima/site/trunk/uima-website: docs/ docs/d/uimafit-current/ docs/d/uimafit-current/api/ docs/d/uimafit-current/api/org/apache/uima/fit/component/ docs/d/uimafit-current/api/org/apache/uima/fit/component/class-use/ doc...

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/SimplePipeline.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/SimplePipeline.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/SimplePipeline.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/SimplePipeline.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SimplePipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>SimplePipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimplePipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="SimplePipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -131,33 +131,33 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/uima/fit/pipeline/JCasIterable.html" title="class in org.apache.uima.fit.pipeline">JCasIterable</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#iteratePipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">iteratePipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
-               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#iteratePipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">iteratePipeline</a></span>(org.apache.uima.collection.CollectionReaderDescription&nbsp;aReader,
+               org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;aEngines)</code>
 <div class="block">
- Iterate through the <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCases</code></a> processed by the pipeline, allowing to access each one
+ Iterate through the <code>JCases</code> processed by the pipeline, allowing to access each one
  after it has been processed.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.cas.CAS-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.cas.CAS-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(org.apache.uima.cas.CAS&nbsp;cas,
+           org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)</code>
 <div class="block">
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas"><code>CAS</code></a>.</div>
+ Run a sequence of <code>analysis engines</code> over a <code>CAS</code>.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.cas.CAS-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aDescs)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.cas.CAS-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(org.apache.uima.cas.CAS&nbsp;aCas,
+           org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;aDescs)</code>
 <div class="block">
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>.</div>
+ Run a sequence of <code>analysis engines</code> over a <code>JCas</code>.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.collection.CollectionReader-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReader.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReader</a>&nbsp;reader,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.collection.CollectionReader-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(org.apache.uima.collection.CollectionReader&nbsp;reader,
+           org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)</code>
 <div class="block">
  Provides a simple way to run a pipeline for a given collection reader and sequence of analysis
  engines.</div>
@@ -165,41 +165,41 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.collection.CollectionReader-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReader.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReader</a>&nbsp;reader,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.collection.CollectionReader-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(org.apache.uima.collection.CollectionReader&nbsp;reader,
+           org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)</code>
 <div class="block">
  Run the CollectionReader and AnalysisEngines as a pipeline.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;readerDesc,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(org.apache.uima.collection.CollectionReaderDescription&nbsp;readerDesc,
+           org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)</code>
 <div class="block">
  Run the CollectionReader and AnalysisEngines as a pipeline.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.jcas.JCas-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;jCas,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.jcas.JCas-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(org.apache.uima.jcas.JCas&nbsp;jCas,
+           org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)</code>
 <div class="block">
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>.</div>
+ Run a sequence of <code>analysis engines</code> over a <code>JCas</code>.</div>
 </td>
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.jcas.JCas-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;jCas,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.jcas.JCas-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">runPipeline</a></span>(org.apache.uima.jcas.JCas&nbsp;jCas,
+           org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)</code>
 <div class="block">
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>.</div>
+ Run a sequence of <code>analysis engines</code> over a <code>JCas</code>.</div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.resource.ResourceManager-org.apache.uima.collection.CollectionReader-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;aResMgr,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReader.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReader</a>&nbsp;reader,
-           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#runPipeline-org.apache.uima.resource.ResourceManager-org.apache.uima.collection.CollectionReader-org.apache.uima.analysis_engine.AnalysisEngine...-">runPipeline</a></span>(org.apache.uima.resource.ResourceManager&nbsp;aResMgr,
+           org.apache.uima.collection.CollectionReader&nbsp;reader,
+           org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)</code>
 <div class="block">
  Provides a simple way to run a pipeline for a given collection reader and sequence of analysis
  engines.</div>
@@ -233,17 +233,17 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReader.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReader</a>&nbsp;reader,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.collection.CollectionReader&nbsp;reader,
+                               org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)
                         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></pre>
+                               org.apache.uima.resource.ResourceInitializationException,
+                               org.apache.uima.analysis_engine.AnalysisEngineProcessException,
+                               org.apache.uima.collection.CollectionException</pre>
 <div class="block"><p>
  Run the CollectionReader and AnalysisEngines as a pipeline. After processing all CASes provided
  by the reader, the method calls the life-cycle methods
- (<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true#collectionProcessComplete--" title="class or interface in org.apache.uima.analysis_engine"><code>collectionProcessComplete()</code></a> on the engines
- and <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>destroy()</code></a>) on all engines. Note that the life-cycle methods are
+ (<code>collectionProcessComplete()</code> on the engines
+ and <code>destroy()</code>) on all engines. Note that the life-cycle methods are
  <b>NOT</b> called on the reader. As the reader was instantiated by the caller, it must also be
  managed (i.e. destroyed) the caller.
  </p>
@@ -262,9 +262,9 @@ extends <a href="https://docs.oracle.com
           and call the other runPipeline method.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an I/O problem in the reader</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.collection.CollectionException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem initializing or running the pipeline.</dd>
 </dl>
 </li>
 </ul>
@@ -274,16 +274,16 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;readerDesc,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.collection.CollectionReaderDescription&nbsp;readerDesc,
+                               org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)
                         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></pre>
+                               org.apache.uima.resource.ResourceInitializationException,
+                               org.apache.uima.analysis_engine.AnalysisEngineProcessException,
+                               org.apache.uima.collection.CollectionException</pre>
 <div class="block"><p>
  Run the CollectionReader and AnalysisEngines as a pipeline. After processing all CASes provided
- by the reader, the method calls <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true#collectionProcessComplete--" title="class or interface in org.apache.uima.analysis_engine"><code>collectionProcessComplete()</code></a> on the engines, <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/base_cpm/BaseCollectionReader.html?is-external=true#close--" title="class or interface in org.apache.uima.collection.base_cpm"><code>close()</code></a> on the
- reader and <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>destroy()</code></a> on the reader and all engines.
+ by the reader, the method calls <code>collectionProcessComplete()</code> on the engines, <code>close()</code> on the
+ reader and <code>destroy()</code> on the reader and all engines.
  </p>
  <p>
  External resources can be shared between the reader and the analysis engines.
@@ -316,9 +316,9 @@ extends <a href="https://docs.oracle.com
           and call the other runPipeline method.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an I/O problem in the reader</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.collection.CollectionException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem initializing or running the pipeline.</dd>
 </dl>
 </li>
 </ul>
@@ -328,17 +328,17 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReader.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReader</a>&nbsp;reader,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.collection.CollectionReader&nbsp;reader,
+                               org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)
                         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></pre>
+                               org.apache.uima.analysis_engine.AnalysisEngineProcessException,
+                               org.apache.uima.resource.ResourceInitializationException,
+                               org.apache.uima.collection.CollectionException</pre>
 <div class="block"><p>
  Provides a simple way to run a pipeline for a given collection reader and sequence of analysis
  engines. After processing all CASes provided by the reader, the method calls
- <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true#collectionProcessComplete--" title="class or interface in org.apache.uima.analysis_engine"><code>collectionProcessComplete()</code></a> on the engines.
- Note that <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>Resource.destroy()</code></a> and <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>Resource.destroy()</code></a> are
+ <code>collectionProcessComplete()</code> on the engines.
+ Note that <code>Resource.destroy()</code> and <code>Resource.destroy()</code> are
  <b>NOT</b> called. As the components were instantiated by the caller, they must also be managed
  (i.e. destroyed) the caller.
  </p>
@@ -355,9 +355,9 @@ extends <a href="https://docs.oracle.com
 <dd><code>engines</code> - a sequence of analysis engines</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an I/O problem in the reader</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.collection.CollectionException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem initializing or running the pipeline.</dd>
 </dl>
 </li>
 </ul>
@@ -367,18 +367,18 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceManager.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceManager</a>&nbsp;aResMgr,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReader.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReader</a>&nbsp;reader,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.resource.ResourceManager&nbsp;aResMgr,
+                               org.apache.uima.collection.CollectionReader&nbsp;reader,
+                               org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)
                         throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></pre>
+                               org.apache.uima.resource.ResourceInitializationException,
+                               org.apache.uima.analysis_engine.AnalysisEngineProcessException,
+                               org.apache.uima.collection.CollectionException</pre>
 <div class="block"><p>
  Provides a simple way to run a pipeline for a given collection reader and sequence of analysis
  engines. After processing all CASes provided by the reader, the method calls
- <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true#collectionProcessComplete--" title="class or interface in org.apache.uima.analysis_engine"><code>collectionProcessComplete()</code></a> on the engines.
- Note that <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>Resource.destroy()</code></a> and <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>Resource.destroy()</code></a> are
+ <code>collectionProcessComplete()</code> on the engines.
+ Note that <code>Resource.destroy()</code> and <code>Resource.destroy()</code> are
  <b>NOT</b> called. As the components were instantiated by the caller, they must also be managed
  (i.e. destroyed) the caller.
  </p>
@@ -394,9 +394,9 @@ extends <a href="https://docs.oracle.com
 <dd><code>engines</code> - a sequence of analysis engines</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an I/O problem in the reader</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionException.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionException</a></code> - if there is a problem initializing or running the pipeline.</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.collection.CollectionException</code> - if there is a problem initializing or running the pipeline.</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem initializing or running the pipeline.</dd>
 </dl>
 </li>
 </ul>
@@ -406,12 +406,12 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;aCas,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aDescs)
-                        throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></pre>
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.cas.CAS&nbsp;aCas,
+                               org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;aDescs)
+                        throws org.apache.uima.resource.ResourceInitializationException,
+                               org.apache.uima.analysis_engine.AnalysisEngineProcessException</pre>
 <div class="block"><p>
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>. The result of
+ Run a sequence of <code>analysis engines</code> over a <code>JCas</code>. The result of
  the analysis can be read from the JCas.
  </p>
  <p>
@@ -422,8 +422,8 @@ extends <a href="https://docs.oracle.com
 <dd><code>aCas</code> - the CAS to process</dd>
 <dd><code>aDescs</code> - a sequence of analysis engines to run on the jCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if there is a problem initializing the components</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem during the execution of the components</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem initializing the components</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem during the execution of the components</dd>
 </dl>
 </li>
 </ul>
@@ -433,12 +433,12 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;jCas,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;descs)
-                        throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a>,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></pre>
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.jcas.JCas&nbsp;jCas,
+                               org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;descs)
+                        throws org.apache.uima.analysis_engine.AnalysisEngineProcessException,
+                               org.apache.uima.resource.ResourceInitializationException</pre>
 <div class="block"><p>
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>. The result of
+ Run a sequence of <code>analysis engines</code> over a <code>JCas</code>. The result of
  the analysis can be read from the JCas.
  </p>
  <p>
@@ -449,8 +449,8 @@ extends <a href="https://docs.oracle.com
 <dd><code>jCas</code> - the jCas to process</dd>
 <dd><code>descs</code> - a sequence of analysis engines to run on the jCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/ResourceInitializationException.html?is-external=true" title="class or interface in org.apache.uima.resource">ResourceInitializationException</a></code> - if there is a problem initializing the components</dd>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem during the execution of the components</dd>
+<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem initializing the components</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem during the execution of the components</dd>
 </dl>
 </li>
 </ul>
@@ -460,13 +460,13 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;jCas,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)
-                        throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></pre>
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.jcas.JCas&nbsp;jCas,
+                               org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)
+                        throws org.apache.uima.analysis_engine.AnalysisEngineProcessException</pre>
 <div class="block"><p>
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>. This method does
- not <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>destroy</code></a> the engines or send them other events like
- <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true#collectionProcessComplete--" title="class or interface in org.apache.uima.analysis_engine"><code>AnalysisEngine.collectionProcessComplete()</code></a>. This is left to the caller.
+ Run a sequence of <code>analysis engines</code> over a <code>JCas</code>. This method does
+ not <code>destroy</code> the engines or send them other events like
+ <code>AnalysisEngine.collectionProcessComplete()</code>. This is left to the caller.
  </p>
  <p>
  External resources can only be shared between the analysis engines if the engines have been
@@ -477,7 +477,7 @@ extends <a href="https://docs.oracle.com
 <dd><code>jCas</code> - the jCas to process</dd>
 <dd><code>engines</code> - a sequence of analysis engines to run on the jCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem during the execution of the components</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem during the execution of the components</dd>
 </dl>
 </li>
 </ul>
@@ -487,13 +487,13 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>runPipeline</h4>
-<pre>public static&nbsp;void&nbsp;runPipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a>&nbsp;cas,
-                               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngine</a>...&nbsp;engines)
-                        throws <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></pre>
+<pre>public static&nbsp;void&nbsp;runPipeline(org.apache.uima.cas.CAS&nbsp;cas,
+                               org.apache.uima.analysis_engine.AnalysisEngine...&nbsp;engines)
+                        throws org.apache.uima.analysis_engine.AnalysisEngineProcessException</pre>
 <div class="block"><p>
- Run a sequence of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine"><code>analysis engines</code></a> over a <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas"><code>CAS</code></a>. This method does
- not <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/Resource.html?is-external=true#destroy--" title="class or interface in org.apache.uima.resource"><code>destroy</code></a> the engines or send them other events like
- <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?is-external=true#collectionProcessComplete--" title="class or interface in org.apache.uima.analysis_engine"><code>AnalysisEngine.collectionProcessComplete()</code></a>. This is left to the caller.
+ Run a sequence of <code>analysis engines</code> over a <code>CAS</code>. This method does
+ not <code>destroy</code> the engines or send them other events like
+ <code>AnalysisEngine.collectionProcessComplete()</code>. This is left to the caller.
  </p>
  <p>
  External resources can only be shared between the analysis engines if the engines have been
@@ -504,7 +504,7 @@ extends <a href="https://docs.oracle.com
 <dd><code>cas</code> - the CAS to process</dd>
 <dd><code>engines</code> - a sequence of analysis engines to run on the jCas</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineProcessException.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineProcessException</a></code> - if there is a problem during the execution of the components</dd>
+<dd><code>org.apache.uima.analysis_engine.AnalysisEngineProcessException</code> - if there is a problem during the execution of the components</dd>
 </dl>
 </li>
 </ul>
@@ -514,10 +514,10 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>iteratePipeline</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/uima/fit/pipeline/JCasIterable.html" title="class in org.apache.uima.fit.pipeline">JCasIterable</a>&nbsp;iteratePipeline(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
-                                           <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/uima/fit/pipeline/JCasIterable.html" title="class in org.apache.uima.fit.pipeline">JCasIterable</a>&nbsp;iteratePipeline(org.apache.uima.collection.CollectionReaderDescription&nbsp;aReader,
+                                           org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;aEngines)</pre>
 <div class="block"><p>
- Iterate through the <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCases</code></a> processed by the pipeline, allowing to access each one
+ Iterate through the <code>JCases</code> processed by the pipeline, allowing to access each one
  after it has been processed.
  </p>
  <p>
@@ -528,7 +528,7 @@ extends <a href="https://docs.oracle.com
 <dd><code>aReader</code> - the collection reader.</dd>
 <dd><code>aEngines</code> - the analysis engines.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a>&lt;<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>&gt; which can be used in an extended for-loop.</dd>
+<dd>an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a>&lt;<code>JCas</code>&gt; which can be used in an extended for-loop.</dd>
 </dl>
 </li>
 </ul>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterable.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterable.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterable.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterable.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.pipeline.JCasIterable (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.pipeline.JCasIterable (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.pipeline.JCasIterable (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.pipeline.JCasIterable (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -106,10 +106,10 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/uima/fit/pipeline/JCasIterable.html" title="class in org.apache.uima.fit.pipeline">JCasIterable</a></code></td>
-<td class="colLast"><span class="typeNameLabel">SimplePipeline.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#iteratePipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">iteratePipeline</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/collection/CollectionReaderDescription.html?is-external=true" title="class or interface in org.apache.uima.collection">CollectionReaderDescription</a>&nbsp;aReader,
-               <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true" title="class or interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a>...&nbsp;aEngines)</code>
+<td class="colLast"><span class="typeNameLabel">SimplePipeline.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/pipeline/SimplePipeline.html#iteratePipeline-org.apache.uima.collection.CollectionReaderDescription-org.apache.uima.analysis_engine.AnalysisEngineDescription...-">iteratePipeline</a></span>(org.apache.uima.collection.CollectionReaderDescription&nbsp;aReader,
+               org.apache.uima.analysis_engine.AnalysisEngineDescription...&nbsp;aEngines)</code>
 <div class="block">
- Iterate through the <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCases</code></a> processed by the pipeline, allowing to access each one
+ Iterate through the <code>JCases</code> processed by the pipeline, allowing to access each one
  after it has been processed.</div>
 </td>
 </tr>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterator.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/JCasIterator.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.pipeline.JCasIterator (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.pipeline.JCasIterator (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.pipeline.JCasIterator (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.pipeline.JCasIterator (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/SimplePipeline.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/SimplePipeline.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/SimplePipeline.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/class-use/SimplePipeline.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.pipeline.SimplePipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.pipeline.SimplePipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.pipeline.SimplePipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.pipeline.SimplePipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-frame.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-frame.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-frame.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-frame.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.pipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.pipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-summary.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-summary.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-summary.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-summary.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.pipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.pipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.fit.pipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.fit.pipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-tree.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-tree.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-tree.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-tree.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.pipeline Class Hierarchy (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.pipeline Class Hierarchy (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.fit.pipeline Class Hierarchy (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.fit.pipeline Class Hierarchy (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-use.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-use.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-use.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/pipeline/package-use.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.uima.fit.pipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>Uses of Package org.apache.uima.fit.pipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.uima.fit.pipeline (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="Uses of Package org.apache.uima.fit.pipeline (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/TokenBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/TokenBuilder.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/TokenBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/TokenBuilder.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TokenBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>TokenBuilder (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TokenBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="TokenBuilder (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -93,7 +93,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.uima.fit.testing.factory</div>
-<h2 title="Class TokenBuilder" class="title">Class TokenBuilder&lt;TOKEN_TYPE extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>,SENTENCE_TYPE extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>&gt;</h2>
+<h2 title="Class TokenBuilder" class="title">Class TokenBuilder&lt;TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,SENTENCE_TYPE extends org.apache.uima.jcas.tcas.Annotation&gt;</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -114,10 +114,10 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">TokenBuilder&lt;TOKEN_TYPE extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>,SENTENCE_TYPE extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>&gt;</span>
+<pre>public class <span class="typeNameLabel">TokenBuilder&lt;TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,SENTENCE_TYPE extends org.apache.uima.jcas.tcas.Annotation&gt;</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">This class provides convenience methods for creating tokens and sentences and add them to a
- <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a>.</div>
+ <code>JCas</code>.</div>
 </li>
 </ul>
 </div>
@@ -168,27 +168,27 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-">buildTokens</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-">buildTokens</a></span>(org.apache.uima.jcas.JCas&nbsp;aJCas,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText)</code>
 <div class="block">Builds white-space delimited tokens from the input text.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-java.lang.String-">buildTokens</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-java.lang.String-">buildTokens</a></span>(org.apache.uima.jcas.JCas&nbsp;aJCas,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTokensString)</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-java.lang.String-java.lang.String-">buildTokens</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-java.lang.String-java.lang.String-">buildTokens</a></span>(org.apache.uima.jcas.JCas&nbsp;aJCas,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTokensString,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aPosTagsString)</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">buildTokens</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#buildTokens-org.apache.uima.jcas.JCas-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">buildTokens</a></span>(org.apache.uima.jcas.JCas&nbsp;aJCas,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTokensString,
            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aPosTagsString,
@@ -197,7 +197,7 @@ extends <a href="https://docs.oracle.com
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>static &lt;T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>,S extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>&gt;<br><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html" title="class in org.apache.uima.fit.testing.factory">TokenBuilder</a>&lt;T,S&gt;</code></td>
+<td class="colFirst"><code>static &lt;T extends org.apache.uima.jcas.tcas.Annotation,S extends org.apache.uima.jcas.tcas.Annotation&gt;<br><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html" title="class in org.apache.uima.fit.testing.factory">TokenBuilder</a>&lt;T,S&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#create-java.lang.Class-java.lang.Class-">create</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aTokenClass,
       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;S&gt;&nbsp;aSentenceClass)</code>
 <div class="block">Instantiates a TokenBuilder with the type system information that the builder needs to build
@@ -296,8 +296,8 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>create</h4>
-<pre>public static&nbsp;&lt;T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>,S extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>&gt;&nbsp;<a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html" title="class in org.apache.uima.fit.testing.factory">TokenBuilder</a>&lt;T,S&gt;&nbsp;create(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aTokenClass,
-                                                                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;S&gt;&nbsp;aSentenceClass)</pre>
+<pre>public static&nbsp;&lt;T extends org.apache.uima.jcas.tcas.Annotation,S extends org.apache.uima.jcas.tcas.Annotation&gt;&nbsp;<a href="../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html" title="class in org.apache.uima.fit.testing.factory">TokenBuilder</a>&lt;T,S&gt;&nbsp;create(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aTokenClass,
+                                                                                                                                       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;S&gt;&nbsp;aSentenceClass)</pre>
 <div class="block">Instantiates a TokenBuilder with the type system information that the builder needs to build
  tokens.</div>
 <dl>
@@ -351,13 +351,13 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>buildTokens</h4>
-<pre>public&nbsp;void&nbsp;buildTokens(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<pre>public&nbsp;void&nbsp;buildTokens(org.apache.uima.jcas.JCas&nbsp;aJCas,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText)</pre>
 <div class="block">Builds white-space delimited tokens from the input text.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aJCas</code> - the JCas to add the Token annotations to</dd>
-<dd><code>aText</code> - the text to initialize the <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a> with</dd>
+<dd><code>aText</code> - the text to initialize the <code>JCas</code> with</dd>
 </dl>
 </li>
 </ul>
@@ -367,13 +367,13 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>buildTokens</h4>
-<pre>public&nbsp;void&nbsp;buildTokens(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<pre>public&nbsp;void&nbsp;buildTokens(org.apache.uima.jcas.JCas&nbsp;aJCas,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTokensString)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aJCas</code> - the JCas to add the Token annotations to</dd>
-<dd><code>aText</code> - the text to initialize the <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a> with</dd>
+<dd><code>aText</code> - the text to initialize the <code>JCas</code> with</dd>
 <dd><code>aTokensString</code> - the tokensString must have the same non-white space characters as the text. The
           tokensString is used to identify token boundaries using white space - i.e. the only
           difference between the 'text' parameter and the 'tokensString' parameter is that the
@@ -390,14 +390,14 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>buildTokens</h4>
-<pre>public&nbsp;void&nbsp;buildTokens(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<pre>public&nbsp;void&nbsp;buildTokens(org.apache.uima.jcas.JCas&nbsp;aJCas,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTokensString,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aPosTagsString)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aJCas</code> - the JCas to add the Token annotations to</dd>
-<dd><code>aText</code> - the text to initialize the <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a> with</dd>
+<dd><code>aText</code> - the text to initialize the <code>JCas</code> with</dd>
 <dd><code>aTokensString</code> - the tokensString must have the same non-white space characters as the text. The
           tokensString is used to identify token boundaries using white space - i.e. the only
           difference between the 'text' parameter and the 'tokensString' parameter is that the
@@ -416,7 +416,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>buildTokens</h4>
-<pre>public&nbsp;void&nbsp;buildTokens(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas">JCas</a>&nbsp;aJCas,
+<pre>public&nbsp;void&nbsp;buildTokens(org.apache.uima.jcas.JCas&nbsp;aJCas,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aText,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aTokensString,
                         <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;aPosTagsString,
@@ -425,7 +425,7 @@ extends <a href="https://docs.oracle.com
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>aJCas</code> - the JCas to add the Token annotations to</dd>
-<dd><code>aText</code> - the text to initialize the <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/JCas.html?is-external=true" title="class or interface in org.apache.uima.jcas"><code>JCas</code></a> with</dd>
+<dd><code>aText</code> - the text to initialize the <code>JCas</code> with</dd>
 <dd><code>aTokensString</code> - the tokensString must have the same non-white space characters as the text. The
           tokensString is used to identify token boundaries using white space - i.e. the only
           difference between the 'text' parameter and the 'tokensString' parameter is that the

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/class-use/TokenBuilder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/class-use/TokenBuilder.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/class-use/TokenBuilder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/class-use/TokenBuilder.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.fit.testing.factory.TokenBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.fit.testing.factory.TokenBuilder (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.fit.testing.factory.TokenBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.fit.testing.factory.TokenBuilder (Apache uimaFIT 3.4.0 User-Level API Documentation)";
         }
     }
     catch(err) {
@@ -103,7 +103,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static &lt;T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>,S extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/tcas/Annotation.html?is-external=true" title="class or interface in org.apache.uima.jcas.tcas">Annotation</a>&gt;<br><a href="../../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html" title="class in org.apache.uima.fit.testing.factory">TokenBuilder</a>&lt;T,S&gt;</code></td>
+<td class="colFirst"><code>static &lt;T extends org.apache.uima.jcas.tcas.Annotation,S extends org.apache.uima.jcas.tcas.Annotation&gt;<br><a href="../../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html" title="class in org.apache.uima.fit.testing.factory">TokenBuilder</a>&lt;T,S&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">TokenBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/uima/fit/testing/factory/TokenBuilder.html#create-java.lang.Class-java.lang.Class-">create</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;aTokenClass,
       <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;S&gt;&nbsp;aSentenceClass)</code>
 <div class="block">Instantiates a TokenBuilder with the type system information that the builder needs to build

Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/package-frame.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/package-frame.html?rev=1907517&r1=1907516&r2=1907517&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/package-frame.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/testing/factory/package-frame.html Wed Feb  8 10:33:37 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.fit.testing.factory (Apache uimaFIT 3.3.0 User-Level API Documentation)</title>
+<title>org.apache.uima.fit.testing.factory (Apache uimaFIT 3.4.0 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>