Uses of Class
org.apache.uima.cas.impl.SelectFSs_impl
-
Packages that use SelectFSs_impl Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of SelectFSs_impl in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return SelectFSs_impl Modifier and Type Method Description SelectFSs_impl<T>
SelectFSs_impl. allViews()
MiscellaneousSelectFSs_impl<T>
SelectFSs_impl. allViews(boolean bAllViews)
<N extends T>
SelectFSs_impl<N>SelectFSs_impl. anyType()
Select the index's uppermost type.SelectFSs_impl<T>
SelectFSs_impl. backwards()
SelectFSs_impl<T>
SelectFSs_impl. backwards(boolean bBackwards)
SelectFSs_impl<T>
SelectFSs_impl. between(AnnotationFS fs1, AnnotationFS fs2)
SelectFSs_impl<T>
SelectFSs_impl. coveredBy(int begin, int end)
SelectFSs_impl<T>
SelectFSs_impl. coveredBy(AnnotationFS fs)
subselection based on boundingFsSelectFSs_impl<T>
SelectFSs_impl. covering(int begin, int end)
SelectFSs_impl<T>
SelectFSs_impl. covering(AnnotationFS fs)
SelectFSs_impl<T>
SelectFSs_impl. includeAnnotationsWithEndBeyondBounds()
SelectFSs_impl<T>
SelectFSs_impl. includeAnnotationsWithEndBeyondBounds(boolean includeAnnotationsWithEndBeyondBounds)
SelectFSs_impl<T>
SelectFSs_impl. index(java.lang.String indexName)
INDEX If not specified, defaults to all FSs (orderNotNeeded) unless AnnotationIndex impliedSelectFSs_impl<T>
SelectFSs_impl. index(FSIndex<T> aIndex)
SelectFSs_impl<T>
SelectFSs_impl. limit(int alimit)
SelectFSs_impl<T>
SelectFSs_impl. nonOverlapping()
Filters while iteratingSelectFSs_impl<T>
SelectFSs_impl. nonOverlapping(boolean bNonOverlapping)
SelectFSs_impl<T>
SelectFSs_impl. nullOK()
SelectFSs_impl<T>
SelectFSs_impl. nullOK(boolean bNullOk)
SelectFSs_impl<T>
SelectFSs_impl. orderNotNeeded()
SelectFSs_impl<T>
SelectFSs_impl. orderNotNeeded(boolean bUnordered)
SelectFSs_impl<T>
SelectFSs_impl. shifted(int shiftAmount)
starting positionSelectFSs_impl<T>
SelectFSs_impl. startAt(int begin)
SelectFSs_impl<T>
SelectFSs_impl. startAt(int begin, int end)
SelectFSs_impl<T>
SelectFSs_impl. startAt(int begin, int end, int offset)
SelectFSs_impl<T>
SelectFSs_impl. startAt(FeatureStructure fs)
SelectFSs_impl<T>
SelectFSs_impl. startAt(FeatureStructure fs, int offset)
SelectFSs_impl<T>
SelectFSs_impl. startAt(TOP fs)
SelectFSs_impl<T>
SelectFSs_impl. startAt(TOP fs, int offset)
<N extends T>
SelectFSs_impl<N>SelectFSs_impl. type(int jcasClass_dot_type)
<N extends T>
SelectFSs_impl<N>SelectFSs_impl. type(java.lang.Class<N> jcasClass_dot_class)
<N extends T>
SelectFSs_impl<N>SelectFSs_impl. type(java.lang.String fullyQualifiedTypeName)
<N extends T>
SelectFSs_impl<N>SelectFSs_impl. type(Type uimaType)
-
Uses of SelectFSs_impl in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return SelectFSs_impl Modifier and Type Method Description default SelectFSs_impl<T>
SelectViaCopyToArray. select()
-