Uses of Class
org.apache.uima.cas.impl.Subiterator.BoundsUse
-
Packages that use Subiterator.BoundsUse Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of Subiterator.BoundsUse in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as Subiterator.BoundsUse Modifier and Type Field Description private Subiterator.BoundsUse
SelectFSs_impl. boundsUse
private Subiterator.BoundsUse
Subiterator. boundsUse
one of notBounded, sameBeginEnd, coveredBy, coveringMethods in org.apache.uima.cas.impl that return Subiterator.BoundsUse Modifier and Type Method Description static Subiterator.BoundsUse
Subiterator.BoundsUse. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Subiterator.BoundsUse[]
Subiterator.BoundsUse. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.uima.cas.impl with parameters of type Subiterator.BoundsUse Constructor Description Subiterator(FSIterator<Annotation> it, Annotation boundingAnnot, Annotation originalBoundingAnnotation, boolean ambiguous, boolean strict, Subiterator.BoundsUse boundsUse, boolean isUseTypePriority, boolean isSkipSameBeginEndType, int startId, boolean isEmpty, Annotation coveringStartPos, boolean isDoEqualsTest, boolean isStrictIncludesAnnotationsStartingAtEndPosition, boolean isIncludeZeroWidthAtBegin, boolean isIncludeZeroWidthAtEnd)
copy constructor - no move to startSubiterator(FSIterator<T> it, AnnotationFS boundingAnnot, AnnotationFS originalBoundingAnnotation, boolean ambiguous, boolean strict, Subiterator.BoundsUse boundsUse, boolean isUseTypePriority, boolean isSkipSameBeginEndType, boolean isNonStrictIncludesAnnotationsStartingAtEndPosition, boolean isIncludeZeroWidthAtBegin, boolean isIncludeZeroWidthAtEnd)
Caller is the implementation of AnnotationIndex, FSIndex_annotation.
-