Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/AggregateBuilder.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/AggregateBuilder.html?rev=1907517&r1=1907516&r2=1907517&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/AggregateBuilder.html (original) +++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/factory/AggregateBuilder.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>AggregateBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)</title> +<title>AggregateBuilder (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="AggregateBuilder (Apache uimaFIT 3.3.0 User-Level API Documentation)"; + parent.document.title="AggregateBuilder (Apache uimaFIT 3.4.0 User-Level API Documentation)"; } } catch(err) { @@ -163,9 +163,9 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#AggregateBuilder-org.apache.uima.resource.metadata.TypeSystemDescription-org.apache.uima.resource.metadata.TypePriorities-org.apache.uima.flow.FlowControllerDescription-">AggregateBuilder</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a> typeSystemDescription, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a> typePriorities, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a> flowControllerDescription)</code> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#AggregateBuilder-org.apache.uima.resource.metadata.TypeSystemDescription-org.apache.uima.resource.metadata.TypePriorities-org.apache.uima.flow.FlowControllerDescription-">AggregateBuilder</a></span>(org.apache.uima.resource.metadata.TypeSystemDescription typeSystemDescription, + org.apache.uima.resource.metadata.TypePriorities typePriorities, + org.apache.uima.flow.FlowControllerDescription flowControllerDescription)</code> <div class="block">Instantiate an AggregateBuilder with a given type system, type priorities, and flow controller.</div> </td> </tr> @@ -186,17 +186,17 @@ extends <a href="https://docs.oracle.com </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><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></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#add-org.apache.uima.analysis_engine.AnalysisEngineDescription-java.lang.String...-">add</a></span>(<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> aed, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#add-org.apache.uima.analysis_engine.AnalysisEngineDescription-java.lang.String...-">add</a></span>(org.apache.uima.analysis_engine.AnalysisEngineDescription aed, <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>... viewNames)</code> <div class="block">This method simply calls <a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#add-java.lang.String-org.apache.uima.analysis_engine.AnalysisEngineDescription-java.lang.String...-"><code>add(String, AnalysisEngineDescription, String...)</code></a> using the - result of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true#getAnnotatorImplementationName--" title="class or interface in org.apache.uima.analysis_engine"><code>AnalysisEngineDescription.getAnnotatorImplementationName()</code></a> for the component + result of <code>AnalysisEngineDescription.getAnnotatorImplementationName()</code> for the component name</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/factory/AggregateBuilder.html#add-java.lang.String-org.apache.uima.analysis_engine.AnalysisEngineDescription-java.lang.String...-">add</a></span>(<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> componentName, - <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> aed, + org.apache.uima.analysis_engine.AnalysisEngineDescription aed, <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>... viewNames)</code> </td> </tr> <tr id="i2" class="altColor"> @@ -208,7 +208,7 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code><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></code></td> +<td class="colFirst"><code>org.apache.uima.analysis_engine.AnalysisEngine</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#createAggregate--">createAggregate</a></span>()</code> <div class="block">This method simply delegates to <a href="../../../../../org/apache/uima/fit/factory/AnalysisEngineFactory.html#createEngine-java.util.List-org.apache.uima.resource.metadata.TypeSystemDescription-org.apache.uima.resource.metadata.TypePriorities-org.apache.uima.analysis_engine.metadata.SofaMapping:A-java.lang.Object...-"><code>AnalysisEngineFactory.createEngine(List, TypeSystemDescription, TypePriorities, SofaMapping[], Object...)</code></a> @@ -216,7 +216,7 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code><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></code></td> +<td class="colFirst"><code>org.apache.uima.analysis_engine.AnalysisEngineDescription</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#createAggregateDescription--">createAggregateDescription</a></span>()</code> <div class="block">This method simply delegates to <a href="../../../../../org/apache/uima/fit/factory/AnalysisEngineFactory.html#createEngineDescription-java.util.List-org.apache.uima.resource.metadata.TypeSystemDescription-org.apache.uima.resource.metadata.TypePriorities-org.apache.uima.analysis_engine.metadata.SofaMapping:A-java.lang.Object...-"><code>AnalysisEngineFactory.createEngineDescription(List, TypeSystemDescription, TypePriorities, SofaMapping[], Object...)</code></a> @@ -225,7 +225,7 @@ extends <a href="https://docs.oracle.com </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#setFlowControllerDescription-org.apache.uima.flow.FlowControllerDescription-">setFlowControllerDescription</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a> flowControllerDescription)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#setFlowControllerDescription-org.apache.uima.flow.FlowControllerDescription-">setFlowControllerDescription</a></span>(org.apache.uima.flow.FlowControllerDescription flowControllerDescription)</code> <div class="block">Set the flow controller description of the aggregate engine created by this builder.</div> </td> </tr> @@ -269,9 +269,9 @@ extends <a href="https://docs.oracle.com <ul class="blockListLast"> <li class="blockList"> <h4>AggregateBuilder</h4> -<pre>public AggregateBuilder(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypeSystemDescription.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypeSystemDescription</a> typeSystemDescription, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/resource/metadata/TypePriorities.html?is-external=true" title="class or interface in org.apache.uima.resource.metadata">TypePriorities</a> typePriorities, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a> flowControllerDescription)</pre> +<pre>public AggregateBuilder(org.apache.uima.resource.metadata.TypeSystemDescription typeSystemDescription, + org.apache.uima.resource.metadata.TypePriorities typePriorities, + org.apache.uima.flow.FlowControllerDescription flowControllerDescription)</pre> <div class="block">Instantiate an AggregateBuilder with a given type system, type priorities, and flow controller. Generally, speaking it suffices to use the no arguments constructor</div> <dl> @@ -296,10 +296,10 @@ extends <a href="https://docs.oracle.com <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>public <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> add(<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> aed, +<pre>public <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> add(org.apache.uima.analysis_engine.AnalysisEngineDescription aed, <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>... viewNames)</pre> <div class="block">This method simply calls <a href="../../../../../org/apache/uima/fit/factory/AggregateBuilder.html#add-java.lang.String-org.apache.uima.analysis_engine.AnalysisEngineDescription-java.lang.String...-"><code>add(String, AnalysisEngineDescription, String...)</code></a> using the - result of <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?is-external=true#getAnnotatorImplementationName--" title="class or interface in org.apache.uima.analysis_engine"><code>AnalysisEngineDescription.getAnnotatorImplementationName()</code></a> for the component + result of <code>AnalysisEngineDescription.getAnnotatorImplementationName()</code> for the component name</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -309,7 +309,7 @@ extends <a href="https://docs.oracle.com else an IllegalArgumentException will be thrown. See <a href="../../../../../org/apache/uima/fit/factory/SofaMappingFactory.html#createSofaMapping-java.lang.String-java.lang.String-java.lang.String-"><code>SofaMappingFactory.createSofaMapping(String, String, String)</code></a></dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>the name of the component generated for the <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"><code>AnalysisEngineDescription</code></a></dd> +<dd>the name of the component generated for the <code>AnalysisEngineDescription</code></dd> </dl> </li> </ul> @@ -320,7 +320,7 @@ extends <a href="https://docs.oracle.com <li class="blockList"> <h4>add</h4> <pre>public void add(<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> componentName, - <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> aed, + org.apache.uima.analysis_engine.AnalysisEngineDescription aed, <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>... viewNames)</pre> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -357,7 +357,7 @@ extends <a href="https://docs.oracle.com <ul class="blockList"> <li class="blockList"> <h4>setFlowControllerDescription</h4> -<pre>public void setFlowControllerDescription(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/flow/FlowControllerDescription.html?is-external=true" title="class or interface in org.apache.uima.flow">FlowControllerDescription</a> flowControllerDescription)</pre> +<pre>public void setFlowControllerDescription(org.apache.uima.flow.FlowControllerDescription flowControllerDescription)</pre> <div class="block">Set the flow controller description of the aggregate engine created by this builder.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -371,8 +371,8 @@ extends <a href="https://docs.oracle.com <ul class="blockList"> <li class="blockList"> <h4>createAggregate</h4> -<pre>public <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> createAggregate() - 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></pre> +<pre>public org.apache.uima.analysis_engine.AnalysisEngine createAggregate() + throws org.apache.uima.resource.ResourceInitializationException</pre> <div class="block">This method simply delegates to <a href="../../../../../org/apache/uima/fit/factory/AnalysisEngineFactory.html#createEngine-java.util.List-org.apache.uima.resource.metadata.TypeSystemDescription-org.apache.uima.resource.metadata.TypePriorities-org.apache.uima.analysis_engine.metadata.SofaMapping:A-java.lang.Object...-"><code>AnalysisEngineFactory.createEngine(List, TypeSystemDescription, TypePriorities, SofaMapping[], Object...)</code></a> with the data collected by this builder.</div> @@ -380,7 +380,7 @@ extends <a href="https://docs.oracle.com <dt><span class="returnLabel">Returns:</span></dt> <dd>an aggregate analysis engine</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 during initialization</dd> +<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem during initialization</dd> </dl> </li> </ul> @@ -390,8 +390,8 @@ extends <a href="https://docs.oracle.com <ul class="blockListLast"> <li class="blockList"> <h4>createAggregateDescription</h4> -<pre>public <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> createAggregateDescription() - 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></pre> +<pre>public org.apache.uima.analysis_engine.AnalysisEngineDescription createAggregateDescription() + throws org.apache.uima.resource.ResourceInitializationException</pre> <div class="block">This method simply delegates to <a href="../../../../../org/apache/uima/fit/factory/AnalysisEngineFactory.html#createEngineDescription-java.util.List-org.apache.uima.resource.metadata.TypeSystemDescription-org.apache.uima.resource.metadata.TypePriorities-org.apache.uima.analysis_engine.metadata.SofaMapping:A-java.lang.Object...-"><code>AnalysisEngineFactory.createEngineDescription(List, TypeSystemDescription, TypePriorities, SofaMapping[], Object...)</code></a> with the data collected by this builder.</div> @@ -399,7 +399,7 @@ extends <a href="https://docs.oracle.com <dt><span class="returnLabel">Returns:</span></dt> <dd>a description of an aggregate analysis engine</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 during initialization</dd> +<dd><code>org.apache.uima.resource.ResourceInitializationException</code> - if there is a problem during initialization</dd> </dl> </li> </ul>
