Uses of Enum
org.apache.uima.cas.impl.Subiterator.BoundsUse
Packages that use Subiterator.BoundsUse
Package
Description
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.BoundsUseModifier and TypeFieldDescriptionprivate Subiterator.BoundsUse
SelectFSs_impl.boundsUse
private final Subiterator.BoundsUse
Subiterator.boundsUse
one of notBounded, sameBeginEnd, coveredBy, coveringMethods in org.apache.uima.cas.impl that return Subiterator.BoundsUseModifier and TypeMethodDescriptionstatic Subiterator.BoundsUse
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.BoundsUseModifierConstructorDescription(package private)
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 start(package private)
Subiterator
(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.