Modified: uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/CasUtil.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/CasUtil.html?rev=1901744&r1=1901743&r2=1901744&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/CasUtil.html (original) +++ uima/site/trunk/uima-website/docs/d/uimafit-current/api/org/apache/uima/fit/util/CasUtil.html Wed Jun 8 07:15:57 2022 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CasUtil (Apache uimaFIT 3.2.0 User-Level API Documentation)</title> +<title>CasUtil (Apache uimaFIT 3.3.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="CasUtil (Apache uimaFIT 3.2.0 User-Level API Documentation)"; + parent.document.title="CasUtil (Apache uimaFIT 3.3.0 User-Level API Documentation)"; } } catch(err) { @@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab"; <br> <pre>public final class <span class="typeNameLabel">CasUtil</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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas"><code>CAS</code></a>.</div> +<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/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas"><code>CAS</code></a>.</div> </li> </ul> </div> @@ -152,44 +152,44 @@ extends <a href="https://docs.oracle.com <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="http://uima.apache.org/d/uimaj-3.2.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/CasUtil.html#exists-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">exists</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType)</code> +<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/CasUtil.html#exists-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">exists</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, + <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> aType)</code> <div class="block">Test if a CAS contains an annotation of the given type.</div> </td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.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/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.Class-">getAnnotationType</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, +<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/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.Class-">getAnnotationType</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, <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><?> aJCasClass)</code> <div class="block">Get the CAS type for the given JCas wrapper class making sure it is or inherits from - <a href="http://uima.apache.org/d/uimaj-3.2.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> + <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> </td> </tr> <tr id="i2" class="altColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.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/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.String-">getAnnotationType</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, +<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/CasUtil.html#getAnnotationType-org.apache.uima.cas.CAS-java.lang.String-">getAnnotationType</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, <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> aTypeName)</code> <div class="block">Get the CAS type for the given name making sure it is or inherits from Annotation.</div> </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.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/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.Class-">getType</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, +<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/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.Class-">getType</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, <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.</div> </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.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/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.String-">getType</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, +<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/CasUtil.html#getType-org.apache.uima.cas.CAS-java.lang.String-">getType</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, <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> aTypename)</code> <div class="block">Get the CAS type for the given name.</div> </td> </tr> <tr id="i5" class="rowColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-boolean-">getView</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, +<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-boolean-">getView</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, <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 @@ -197,46 +197,46 @@ extends <a href="https://docs.oracle.com </td> </tr> <tr id="i6" class="altColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-org.apache.uima.cas.CAS-">getView</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, +<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#getView-org.apache.uima.cas.CAS-java.lang.String-org.apache.uima.cas.CAS-">getView</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> fallback)</code> + <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> 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="i7" class="rowColor"> -<td class="colFirst"><code>static <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><<a href="http://uima.apache.org/d/uimaj-3.2.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><<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> coveredType)</code> +<td class="colFirst"><code>static <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><<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><<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>>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovered</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type, + <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> coveredType)</code> <div class="block">Create an index for quickly lookup up the annotations covered by a particular annotation.</div> </td> </tr> <tr id="i8" class="altColor"> -<td class="colFirst"><code>static <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><<a href="http://uima.apache.org/d/uimaj-3.2.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><<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> coveringType)</code> +<td class="colFirst"><code>static <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><<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><<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>>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#indexCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.Type-">indexCovering</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type, + <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> coveringType)</code> <div class="block">Create an index for quickly lookup up the annotations covering a particular annotation.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#isAnnotationType-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">isAnnotationType</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#isAnnotationType-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">isAnnotationType</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, + <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> aType)</code> </td> </tr> <tr id="i10" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="http://uima.apache.org/d/uimaj-3.2.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/CasUtil.html#iterator-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iterator</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</code> +<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/CasUtil.html#iterator-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iterator</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type)</code> <div class="block">Get an iterator over the given annotation type.</div> </td> </tr> <tr id="i11" class="rowColor"> -<td class="colFirst"><code>static <T extends <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</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/CasUtil.html#iteratorFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iteratorFS</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</code> +<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</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/CasUtil.html#iteratorFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">iteratorFS</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <div class="block"><span class="deprecationComment">Use <code>cas.select(type).iterator()</code></span></div> </div> @@ -244,223 +244,223 @@ extends <a href="https://docs.oracle.com </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#requireAnnotationType-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">requireAnnotationType</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#requireAnnotationType-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">requireAnnotationType</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, + <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> aType)</code> </td> </tr> <tr id="i13" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">select</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a> array, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</code> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">select</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a> array, + <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> type)</code> <div class="block">Convenience method to iterator over all annotations of a given type.</div> </td> </tr> <tr id="i14" class="altColor"> -<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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">select</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</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><<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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#select-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">select</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type)</code> <div class="block">Convenience method to iterator over all annotations of a given type.</div> </td> </tr> <tr id="i15" 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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAll-org.apache.uima.cas.CAS-">selectAll</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas)</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><<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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAll-org.apache.uima.cas.CAS-">selectAll</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas)</code> <div class="block">Convenience method to iterator over all annotations.</div> </td> </tr> <tr id="i16" class="altColor"> -<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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAllFS-org.apache.uima.cas.CAS-">selectAllFS</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas)</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><<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAllFS-org.apache.uima.cas.CAS-">selectAllFS</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas)</code> <div class="block">Convenience method to iterator over all features structures.</div> </td> </tr> <tr id="i17" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectAt</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType, +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectAt</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, + <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> aType, int aBegin, int aEnd)</code> <div class="block">Get all annotations of the given type at the specified offsets.</div> </td> </tr> <tr id="i18" class="altColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-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/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> 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> <div class="block">Get a list of annotations of the given annotation type located between two annotations.</div> </td> </tr> <tr id="i19" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-org.apache.uima.cas.text.AnnotationFS-">selectBetween</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectBetween-org.apache.uima.cas.Type-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/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> 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> <div class="block">Get a list of annotations of the given annotation type located between two annotations.</div> </td> </tr> <tr id="i20" class="altColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectByIndex-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-">selectByIndex</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, +<td class="colFirst"><code>static <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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectByIndex-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-">selectByIndex</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type, int index)</code> <div class="block">This method exists simply as a convenience method for unit testing.</div> </td> </tr> <tr id="i21" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> 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> <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 <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovered</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type, int begin, int end)</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 <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovered-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovered</a></span>(<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> 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> <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div> </td> </tr> <tr id="i24" class="altColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> 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> <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div> </td> </tr> <tr id="i25" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectCovering</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type, int begin, int end)</code> <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div> </td> </tr> <tr id="i26" class="altColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectCovering-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectCovering</a></span>(<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> 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> <div class="block">Get a list of annotations of the given annotation type constraint by a certain annotation.</div> </td> </tr> <tr id="i27" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFollowing-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectFollowing</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> anchor, +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFollowing-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-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/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> 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> anchor, int count)</code> <div class="block">Returns the n annotations following the given annotation</div> </td> </tr> <tr id="i28" class="altColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFS-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">selectFS</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a> array, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</code> +<td class="colFirst"><code>static <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://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectFS-org.apache.uima.cas.ArrayFS-org.apache.uima.cas.Type-">selectFS</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/ArrayFS.html?is-external=true" title="class or interface in org.apache.uima.cas">ArrayFS</a> array, + <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> type)</code> <div class="block">Convenience method to iterator over all feature structures of a given type.</div> </td> </tr> <tr id="i29" class="rowColor"> -<td class="colFirst"><code>static <T extends <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</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/CasUtil.html#selectFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectFS</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</code> +<td class="colFirst"><code>static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</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/CasUtil.html#selectFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectFS</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <div class="block"><span class="deprecationComment">Use <code>cas.select(type).asList()</code></span></div> </div> </td> </tr> <tr id="i30" class="altColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectOverlapping-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectOverlapping</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType, - <a href="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectOverlapping-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectOverlapping</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, + <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> 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> <div class="block">Get a list of annotations of the given annotation type overlapping the given annotation.</div> </td> </tr> <tr id="i31" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectOverlapping-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectOverlapping</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType, +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectOverlapping-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectOverlapping</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, + <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> aType, int aSelBegin, int aSelEnd)</code> <div class="block">Get a list of annotations of the given annotation type overlapping the given span.</div> </td> </tr> <tr id="i32" class="altColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectOverlapping-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectOverlapping</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType, - <a href="http://uima.apache.org/d/uimaj-3.2.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> +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectOverlapping-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-">selectOverlapping</a></span>(<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> 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> <div class="block">Get a list of annotations of the given annotation type overlapping the given annotation.</div> </td> </tr> <tr id="i33" class="rowColor"> -<td class="colFirst"><code>static <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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectPreceding-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectPreceding</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a> anchor, +<td class="colFirst"><code>static <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://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>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectPreceding-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-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/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> 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> anchor, int count)</code> <div class="block">Returns the n annotations preceding the given annotation</div> </td> </tr> <tr id="i34" class="altColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingle-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectSingle</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</code> +<td class="colFirst"><code>static <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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingle-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectSingle</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type)</code> <div class="block">Get the single instance of the specified type from the CAS.</div> </td> </tr> <tr id="i35" class="rowColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectSingleAt</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> aType, +<td class="colFirst"><code>static <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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleAt-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-int-int-">selectSingleAt</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> aCas, + <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> aType, int aBegin, int aEnd)</code> <div class="block">Get the single instance of the specified type from the CAS at the given offsets.</div> </td> </tr> <tr id="i36" class="altColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectSingleFS</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</code> +<td class="colFirst"><code>static <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleFS-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-">selectSingleFS</a></span>(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type)</code> <div class="block">Get the single instance of the specified type from the CAS.</div> </td> </tr> <tr id="i37" class="rowColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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, +<td class="colFirst"><code>static <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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.CAS-org.apache.uima.cas.Type-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/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> 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> aAnchor, int aPosition)</code> <div class="block">Return an annotation preceding or following of a given reference annotation.</div> </td> </tr> <tr id="i38" class="altColor"> -<td class="colFirst"><code>static <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/text/AnnotationFS.html?is-external=true" title="class or interface in org.apache.uima.cas.text">AnnotationFS</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.Type-org.apache.uima.cas.text.AnnotationFS-int-">selectSingleRelative</a></span>(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type, - <a href="http://uima.apache.org/d/uimaj-3.2.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, +<td class="colFirst"><code>static <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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#selectSingleRelative-org.apache.uima.cas.Type-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/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> 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> annotation, int index)</code> <div class="block">Return an annotation preceding or following of a given reference annotation.</div> </td> </tr> <tr id="i39" class="rowColor"> -<td class="colFirst"><code>static <T extends <a href="http://uima.apache.org/d/uimaj-3.2.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 <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="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.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> </tr> <tr id="i40" class="altColor"> -<td class="colFirst"><code>static <T extends <a href="http://uima.apache.org/d/uimaj-3.2.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 <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="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/uima/fit/util/CasUtil.html#toText-java.util.Iterator-">toText</a></span>(<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)</code> <div class="block">Fetch the text covered by the specified annotations and return it as a list of strings.</div> </td> @@ -516,8 +516,8 @@ extends <a href="https://docs.oracle.com <li class="blockList"> <h4>iteratorFS</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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</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> iteratorFS(<a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</pre> +public static <T extends <a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/FeatureStructure.html?is-external=true" title="class or interface in org.apache.uima.cas">FeatureStructure</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> iteratorFS(<a href="https://uima.apache.org/d/uimaj-3.3.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, + <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> type)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use <code>cas.select(type).iterator()</code></span></div> <div class="block">Get an iterator over the given feature structures type.</div> <dl> @@ -539,8 +539,8 @@ public static <T extends <a href <ul class="blockList"> <li class="blockList"> <h4>iterator</h4> -<pre>public static <T extends <a href="http://uima.apache.org/d/uimaj-3.2.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="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/CAS.html?is-external=true" title="class or interface in org.apache.uima.cas">CAS</a> cas, - <a href="http://uima.apache.org/d/uimaj-3.2.0/apidocs/org/apache/uima/cas/Type.html?is-external=true" title="class or interface in org.apache.uima.cas">Type</a> type)</pre>
[... 580 lines stripped ...]
