Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/JCasUtil.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/JCasUtil.html?rev=1907517&r1=1907516&r2=1907517&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/JCasUtil.html (original) +++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/JCasUtil.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>JCasUtil (Apache uimaFIT 3.3.0 User-Level API Documentation)</title> +<title>JCasUtil (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="JCasUtil (Apache uimaFIT 3.3.0 User-Level API Documentation)"; + parent.document.title="JCasUtil (Apache uimaFIT 3.4.0 User-Level API Documentation)"; } } catch(err) { @@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab"; <br> <pre>public final class <span class="typeNameLabel">JCasUtil</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">Utility methods for convenient access to 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>.</div> +<div class="block">Utility methods for convenient access to the <code>JCas</code>.</div> </li> </ul> </div> @@ -132,37 +132,37 @@ extends <a href="https://docs.oracle.com </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#contains-org.apache.uima.jcas.JCas-org.apache.uima.cas.text.AnnotationFS-java.lang.Class-">contains</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> jCas, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> coveringAnnotation, - <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><? 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>> type)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#contains-org.apache.uima.jcas.JCas-org.apache.uima.cas.text.AnnotationFS-java.lang.Class-">contains</a></span>(org.apache.uima.jcas.JCas jCas, + org.apache.uima.cas.text.AnnotationFS coveringAnnotation, + <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><? extends org.apache.uima.jcas.tcas.Annotation> type)</code> <div class="block">Check if the given annotation contains any annotation of the given type.</div> </td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>><br>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#exists-org.apache.uima.jcas.JCas-java.lang.Class-">exists</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> aJCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.cas.TOP><br>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#exists-org.apache.uima.jcas.JCas-java.lang.Class-">exists</a></span>(org.apache.uima.jcas.JCas aJCas, <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><T> aType)</code> <div class="block">Test if a JCas contains an annotation of the given type.</div> </td> </tr> <tr id="i2" class="altColor"> -<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getAnnotationType-org.apache.uima.jcas.JCas-java.lang.Class-">getAnnotationType</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> jCas, +<td class="colFirst"><code>static org.apache.uima.cas.Type</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getAnnotationType-org.apache.uima.jcas.JCas-java.lang.Class-">getAnnotationType</a></span>(org.apache.uima.jcas.JCas jCas, <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><?> type)</code> <div class="block">Get the CAS type for the given JCas wrapper class type making sure it inherits from - <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"><code>Annotation</code></a>.</div> + <code>Annotation</code>.</div> </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getType-org.apache.uima.jcas.JCas-java.lang.Class-">getType</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> jCas, +<td class="colFirst"><code>static org.apache.uima.cas.Type</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getType-org.apache.uima.jcas.JCas-java.lang.Class-">getType</a></span>(org.apache.uima.jcas.JCas jCas, <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><?> type)</code> <div class="block">Get the CAS type for the given JCas wrapper class type.</div> </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code>static <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></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getView-org.apache.uima.jcas.JCas-java.lang.String-boolean-">getView</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> jcas, +<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getView-org.apache.uima.jcas.JCas-java.lang.String-boolean-">getView</a></span>(org.apache.uima.jcas.JCas jcas, <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> viewName, boolean create)</code> <div class="block">Convenience method to get the specified view or create a new view if the requested view does @@ -170,33 +170,33 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i5" class="rowColor"> -<td class="colFirst"><code>static <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></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getView-org.apache.uima.jcas.JCas-java.lang.String-org.apache.uima.jcas.JCas-">getView</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> jcas, +<td class="colFirst"><code>static org.apache.uima.jcas.JCas</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#getView-org.apache.uima.jcas.JCas-java.lang.String-org.apache.uima.jcas.JCas-">getView</a></span>(org.apache.uima.jcas.JCas jcas, <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> viewName, - <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> fallback)</code> + org.apache.uima.jcas.JCas fallback)</code> <div class="block">Convenience method to get the specified view or a default view if the requested view does not exist.</div> </td> </tr> <tr id="i6" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><T,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><S>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#indexCovered-org.apache.uima.jcas.JCas-java.lang.Class-java.lang.Class-">indexCovered</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation,S extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><T,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><S>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#indexCovered-org.apache.uima.jcas.JCas-java.lang.Class-java.lang.Class-">indexCovered</a></span>(org.apache.uima.jcas.JCas jCas, <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><? extends T> type, <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><? extends S> coveredType)</code> <div class="block">Create an index for quickly lookup up the annotations covered by a particular annotation.</div> </td> </tr> <tr id="i7" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><T,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><S>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#indexCovering-org.apache.uima.jcas.JCas-java.lang.Class-java.lang.Class-">indexCovering</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation,S extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><T,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><S>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#indexCovering-org.apache.uima.jcas.JCas-java.lang.Class-java.lang.Class-">indexCovering</a></span>(org.apache.uima.jcas.JCas jCas, <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><? extends T> type, <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><? extends S> coveringType)</code> <div class="block">Create an index for quickly lookup up the annotations covering a particular annotation.</div> </td> </tr> <tr id="i8" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#iterator-org.apache.uima.cas.text.AnnotationFS-java.lang.Class-boolean-boolean-">iterator</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> container, +<td class="colFirst"><code>static <T extends org.apache.uima.cas.text.AnnotationFS><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#iterator-org.apache.uima.cas.text.AnnotationFS-java.lang.Class-boolean-boolean-">iterator</a></span>(org.apache.uima.cas.text.AnnotationFS container, <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><T> type, boolean ambiguous, boolean strict)</code> @@ -204,8 +204,8 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i9" class="rowColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#iterator-org.apache.uima.jcas.JCas-java.lang.Class-">iterator</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.cas.TOP><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#iterator-org.apache.uima.jcas.JCas-java.lang.Class-">iterator</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <div class="block"><span class="deprecationComment">Use <code>jcas.select(type).iterator()</code></span></div> @@ -213,35 +213,35 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i10" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#select-org.apache.uima.jcas.cas.FSArray-java.lang.Class-">select</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/FSArray.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">FSArray</a> array, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.cas.TOP><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#select-org.apache.uima.jcas.cas.FSArray-java.lang.Class-">select</a></span>(org.apache.uima.jcas.cas.FSArray array, <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><T> type)</code> <div class="block">Convenience method select all feature structure from the given type from an array.</div> </td> </tr> <tr id="i11" class="rowColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#select-org.apache.uima.jcas.cas.FSList-java.lang.Class-">select</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/FSList.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">FSList</a> list, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.cas.TOP><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#select-org.apache.uima.jcas.cas.FSList-java.lang.Class-">select</a></span>(org.apache.uima.jcas.cas.FSList list, <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><T> type)</code> <div class="block">Convenience method select all feature structure from the given type from a list.</div> </td> </tr> <tr id="i12" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#select-org.apache.uima.jcas.JCas-java.lang.Class-">select</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.cas.TOP><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#select-org.apache.uima.jcas.JCas-java.lang.Class-">select</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type)</code> <div class="block">Convenience method to iterator over all features structures of a given type.</div> </td> </tr> <tr id="i13" class="rowColor"> -<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectAll-org.apache.uima.jcas.JCas-">selectAll</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> jCas)</code> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.uima.jcas.cas.TOP></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectAll-org.apache.uima.jcas.JCas-">selectAll</a></span>(org.apache.uima.jcas.JCas jCas)</code> <div class="block">Convenience method to iterator over all features structures.</div> </td> </tr> <tr id="i14" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectAt-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectAt</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectAt-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectAt</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, int aBegin, int aEnd)</code> @@ -249,48 +249,48 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i15" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectBetween-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann1, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann2)</code> + org.apache.uima.cas.text.AnnotationFS ann1, + org.apache.uima.cas.text.AnnotationFS ann2)</code> <div class="block">Get a list of annotations of the given annotation type located between two annotations.</div> </td> </tr> <tr id="i16" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectBetween-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectBetween-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann1, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann2)</code> + org.apache.uima.cas.text.AnnotationFS ann1, + org.apache.uima.cas.text.AnnotationFS ann2)</code> <div class="block">Get a list of annotations of the given annotation type located between two annotations.</div> </td> </tr> <tr id="i17" class="rowColor"> -<td class="colFirst"><code>static <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>><br>T</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectByIndex-org.apache.uima.jcas.JCas-java.lang.Class-int-">selectByIndex</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br>T</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectByIndex-org.apache.uima.jcas.JCas-java.lang.Class-int-">selectByIndex</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> cls, int index)</code> <div class="block">This method exists simply as a convenience method for unit testing.</div> </td> </tr> <tr id="i18" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colFirst"><code>static <T extends org.apache.uima.cas.text.AnnotationFS><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovered-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectCovered</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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> coveringAnnotation)</code> + org.apache.uima.cas.text.AnnotationFS coveringAnnotation)</code> <div class="block">Get a list of annotations of the given annotation type constrained by a 'covering' annotation.</div> </td> </tr> <tr id="i19" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovered-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectCovered</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovered-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> coveringAnnotation)</code> + org.apache.uima.cas.text.AnnotationFS coveringAnnotation)</code> <div class="block">Get a list of annotations of the given annotation type constrained by a 'covering' annotation.</div> </td> </tr> <tr id="i20" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovered-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectCovered</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovered-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectCovered</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, int begin, int end)</code> @@ -298,23 +298,23 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i21" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovering-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectCovering</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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> coveredAnnotation)</code> + org.apache.uima.cas.text.AnnotationFS coveredAnnotation)</code> <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div> </td> </tr> <tr id="i22" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovering-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectCovering</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovering-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> coveredAnnotation)</code> + org.apache.uima.cas.text.AnnotationFS coveredAnnotation)</code> <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div> </td> </tr> <tr id="i23" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovering-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectCovering</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectCovering-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectCovering</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, int begin, int end)</code> @@ -322,40 +322,40 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i24" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectFollowing-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectFollowing</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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> annotation, + org.apache.uima.cas.text.AnnotationFS annotation, int count)</code> <div class="block">Returns the n annotations following the given annotation</div> </td> </tr> <tr id="i25" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectFollowing-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectFollowing</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> aJCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectFollowing-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectFollowing</a></span>(org.apache.uima.jcas.JCas aJCas, <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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> annotation, + org.apache.uima.cas.text.AnnotationFS annotation, int count)</code> <div class="block">Returns the n annotations following the given annotation</div> </td> </tr> <tr id="i26" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectOverlapping-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectOverlapping</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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> aBoundaryAnnotation)</code> + org.apache.uima.cas.text.AnnotationFS aBoundaryAnnotation)</code> <div class="block">Get a list of annotations of the given annotation type overlapping the given annotation.</div> </td> </tr> <tr id="i27" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectOverlapping-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectOverlapping</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> aJCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectOverlapping-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-">selectOverlapping</a></span>(org.apache.uima.jcas.JCas aJCas, <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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> aBoundaryAnnotation)</code> + org.apache.uima.cas.text.AnnotationFS aBoundaryAnnotation)</code> <div class="block">Get a list of annotations of the given annotation type overlapping the given annotation.</div> </td> </tr> <tr id="i28" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectOverlapping-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectOverlapping</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> aJCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectOverlapping-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectOverlapping</a></span>(org.apache.uima.jcas.JCas aJCas, <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><T> aType, int aBegin, int aEnd)</code> @@ -363,32 +363,32 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i29" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectPreceding-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectPreceding</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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> annotation, + org.apache.uima.cas.text.AnnotationFS annotation, int count)</code> <div class="block">Returns the n annotations preceding the given annotation</div> </td> </tr> <tr id="i30" class="altColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectPreceding-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectPreceding</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> aJCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectPreceding-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectPreceding</a></span>(org.apache.uima.jcas.JCas aJCas, <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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> annotation, + org.apache.uima.cas.text.AnnotationFS annotation, int count)</code> <div class="block">Returns the n annotations preceding the given annotation</div> </td> </tr> <tr id="i31" class="rowColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>><br>T</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectSingle-org.apache.uima.jcas.JCas-java.lang.Class-">selectSingle</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.cas.TOP><br>T</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectSingle-org.apache.uima.jcas.JCas-java.lang.Class-">selectSingle</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type)</code> <div class="block">Get the single instance of the specified type from the JCas.</div> </td> </tr> <tr id="i32" class="altColor"> -<td class="colFirst"><code>static <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>><br>T</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectSingleAt-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectSingleAt</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br>T</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectSingleAt-org.apache.uima.jcas.JCas-java.lang.Class-int-int-">selectSingleAt</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, int aBegin, int aEnd)</code> @@ -396,27 +396,27 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i33" class="rowColor"> -<td class="colFirst"><code>static <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>><br>T</code></td> +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br>T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectSingleRelative-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> annotation, + org.apache.uima.cas.text.AnnotationFS annotation, int index)</code> <div class="block">Return an annotation preceding or following of a given reference annotation.</div> </td> </tr> <tr id="i34" class="altColor"> -<td class="colFirst"><code>static <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>><br>T</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectSingleRelative-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</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> aJCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br>T</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#selectSingleRelative-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</a></span>(org.apache.uima.jcas.JCas aJCas, <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><T> aType, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> aAnchor, + org.apache.uima.cas.text.AnnotationFS aAnchor, int aPosition)</code> <div class="block">Return an annotation preceding or following of a given reference annotation.</div> </td> </tr> <tr id="i35" class="rowColor"> -<td class="colFirst"><code>static <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>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#subiterate-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-boolean-boolean-">subiterate</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> jCas, +<td class="colFirst"><code>static <T extends org.apache.uima.jcas.tcas.Annotation><br><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/JCasUtil.html#subiterate-org.apache.uima.jcas.JCas-java.lang.Class-org.apache.uima.cas.text.AnnotationFS-boolean-boolean-">subiterate</a></span>(org.apache.uima.jcas.JCas jCas, <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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> container, + org.apache.uima.cas.text.AnnotationFS container, boolean ambiguous, boolean strict)</code> <div class="block">Convenience method to iterator over all annotations of a given type occurring within the scope @@ -424,7 +424,7 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i36" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<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="colFirst"><code>static <T extends org.apache.uima.cas.text.AnnotationFS><br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<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/util/JCasUtil.html#toText-java.lang.Iterable-">toText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><T> iterable)</code> <div class="block">Fetch the text covered by the specified annotations and return it as a list of strings.</div> </td> @@ -457,11 +457,11 @@ extends <a href="https://docs.oracle.com <ul class="blockList"> <li class="blockList"> <h4>subiterate</h4> -<pre>public static <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>> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><T> subiterate(<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> jCas, - <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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> container, - boolean ambiguous, - boolean strict)</pre> +<pre>public static <T extends org.apache.uima.jcas.tcas.Annotation> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><T> subiterate(org.apache.uima.jcas.JCas jCas, + <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><T> type, + org.apache.uima.cas.text.AnnotationFS container, + boolean ambiguous, + boolean strict)</pre> <div class="block">Convenience method to iterator over all annotations of a given type occurring within the scope of a provided annotation (sub-iteration).</div> <dl> @@ -476,7 +476,7 @@ extends <a href="https://docs.oracle.com <dt><span class="returnLabel">Returns:</span></dt> <dd>A sub-iterator iterable.</dd> <dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationIndex.html?is-external=true#subiterator-org.apache.uima.cas.text.AnnotationFS-boolean-boolean-" title="class or interface in org.apache.uima.cas.text"><code>AnnotationIndex.subiterator(AnnotationFS, boolean, boolean)</code></a>, +<dd><code>AnnotationIndex.subiterator(AnnotationFS, boolean, boolean)</code>, <a href="package-summary.html#SortOrder">Order of selected feature structures</a></dd> </dl> </li> @@ -488,8 +488,8 @@ extends <a href="https://docs.oracle.com <li class="blockList"> <h4>iterator</h4> <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -public static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T> iterator(<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> jCas, - <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><T> type)</pre> +public static <T extends org.apache.uima.jcas.cas.TOP> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T> iterator(org.apache.uima.jcas.JCas jCas, + <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><T> type)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use <code>jcas.select(type).iterator()</code></span></div> <div class="block">Get an iterator over the given feature structure type.</div> <dl> @@ -511,10 +511,10 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>iterator</h4> -<pre>public static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T> iterator(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> container, - <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><T> type, - boolean ambiguous, - boolean strict)</pre> +<pre>public static <T extends org.apache.uima.cas.text.AnnotationFS> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><T> iterator(org.apache.uima.cas.text.AnnotationFS container, + <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><T> type, + boolean ambiguous, + boolean strict)</pre> <div class="block">Convenience method to get a sub-iterator for the specified type.</div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> @@ -537,8 +537,8 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>getType</h4> -<pre>public static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> getType(<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> jCas, - <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><?> type)</pre> +<pre>public static org.apache.uima.cas.Type getType(org.apache.uima.jcas.JCas jCas, + <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><?> type)</pre> <div class="block">Get the CAS type for the given JCas wrapper class type.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -555,10 +555,10 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>getAnnotationType</h4> -<pre>public static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> getAnnotationType(<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> jCas, - <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><?> type)</pre> +<pre>public static org.apache.uima.cas.Type getAnnotationType(org.apache.uima.jcas.JCas jCas, + <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><?> type)</pre> <div class="block">Get the CAS type for the given JCas wrapper class type making sure it inherits from - <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"><code>Annotation</code></a>.</div> + <code>Annotation</code>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>jCas</code> - the JCas containing the type system.</dd> @@ -574,8 +574,8 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>select</h4> -<pre>public static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> select(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/FSArray.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">FSArray</a> array, - <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><T> type)</pre> +<pre>public static <T extends org.apache.uima.jcas.cas.TOP> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> select(org.apache.uima.jcas.cas.FSArray array, + <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><T> type)</pre> <div class="block">Convenience method select all feature structure from the given type from an array.</div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> @@ -596,8 +596,8 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>select</h4> -<pre>public static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> select(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/FSList.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">FSList</a> list, - <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><T> type)</pre> +<pre>public static <T extends org.apache.uima.jcas.cas.TOP> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> select(org.apache.uima.jcas.cas.FSList list, + <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><T> type)</pre> <div class="block">Convenience method select all feature structure from the given type from a list.</div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> @@ -618,8 +618,8 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>select</h4> -<pre>public static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><T> select(<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> jCas, - <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><T> type)</pre> +<pre>public static <T extends org.apache.uima.jcas.cas.TOP> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><T> select(org.apache.uima.jcas.JCas jCas, + <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><T> type)</pre> <div class="block">Convenience method to iterator over all features structures of a given type.</div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> @@ -640,10 +640,10 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>selectAt</h4> -<pre>public static <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>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> selectAt(<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> jCas, - <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><T> type, - int aBegin, - int aEnd)</pre> +<pre>public static <T extends org.apache.uima.jcas.tcas.Annotation> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> selectAt(org.apache.uima.jcas.JCas jCas, + <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><T> type, + int aBegin, + int aEnd)</pre> <div class="block">Get all annotations of the given type at the specified offsets.</div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> @@ -664,10 +664,10 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>selectSingleAt</h4> -<pre>public static <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>> T selectSingleAt(<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> jCas, - <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><T> type, - int aBegin, - int aEnd)</pre> +<pre>public static <T extends org.apache.uima.jcas.tcas.Annotation> T selectSingleAt(org.apache.uima.jcas.JCas jCas, + <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><T> type, + int aBegin, + int aEnd)</pre> <div class="block">Get a single annotations of the given type at the specified offsets.</div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> @@ -688,7 +688,7 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>selectAll</h4> -<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/jcas/cas/TOP.html?is-external=true" title="class or interface in org.apache.uima.jcas.cas">TOP</a>> selectAll(<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> jCas)</pre> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.uima.jcas.cas.TOP> selectAll(org.apache.uima.jcas.JCas jCas)</pre> <div class="block">Convenience method to iterator over all features structures.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -706,9 +706,9 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>selectBetween</h4> -<pre>public static <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>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> selectBetween(<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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann1, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann2)</pre> +<pre>public static <T extends org.apache.uima.jcas.tcas.Annotation> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> selectBetween(<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><T> type, + org.apache.uima.cas.text.AnnotationFS ann1, + org.apache.uima.cas.text.AnnotationFS ann2)</pre> <div class="block">Get a list of annotations of the given annotation type located between two annotations. Does not use subiterators and does not respect type priorities. Zero-width annotations what lie on the borders are included in the result, e.g. if the boundary annotations are [1..2] and [2..3] @@ -725,7 +725,7 @@ public static <T extends <a href <dt><span class="returnLabel">Returns:</span></dt> <dd>a return value.</dd> <dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/impl/Subiterator.html?is-external=true" title="class or interface in org.apache.uima.cas.impl"><code>Subiterator</code></a>, +<dd><code>Subiterator</code>, <a href="package-summary.html#SortOrder">Order of selected feature structures</a></dd> </dl> </li> @@ -736,10 +736,10 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>selectBetween</h4> -<pre>public static <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>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> selectBetween(<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> jCas, - <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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann1, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> ann2)</pre> +<pre>public static <T extends org.apache.uima.jcas.tcas.Annotation> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> selectBetween(org.apache.uima.jcas.JCas jCas, + <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><T> type, + org.apache.uima.cas.text.AnnotationFS ann1, + org.apache.uima.cas.text.AnnotationFS ann2)</pre> <div class="block">Get a list of annotations of the given annotation type located between two annotations. Does not use subiterators and does not respect type priorities. Zero-width annotations what lie on the borders are included in the result, e.g. if the boundary annotations are [1..2] and [2..3] @@ -757,7 +757,7 @@ public static <T extends <a href <dt><span class="returnLabel">Returns:</span></dt> <dd>a return value.</dd> <dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/impl/Subiterator.html?is-external=true" title="class or interface in org.apache.uima.cas.impl"><code>Subiterator</code></a>, +<dd><code>Subiterator</code>, <a href="package-summary.html#SortOrder">Order of selected feature structures</a></dd> </dl> </li> @@ -768,8 +768,8 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>selectCovered</h4> -<pre>public static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><T> selectCovered(<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><T> type, - <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> coveringAnnotation)</pre>
[... 323 lines stripped ...]
