Uses of Interface
org.apache.uima.cas.text.AnnotationFS
Packages that use AnnotationFS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Text Common Annotation System (TCAS) Interfaces.
-
Uses of AnnotationFS in org.apache.uima.cas
Methods in org.apache.uima.cas with type parameters of type AnnotationFSModifier and TypeMethodDescription<T extends AnnotationFS>
AnnotationFSCAS.createAnnotation
(Type type, int begin, int end) Create a new annotation.<T extends AnnotationFS>
AnnotationIndex<T> CAS.getAnnotationIndex()
Get the standard annotation index.default <T extends AnnotationFS>
AnnotationIndex<T> CAS.getAnnotationIndex
(Class<T> clazz) Get the standard annotation index restricted to a specific annotation type.<T extends AnnotationFS>
AnnotationIndex<T> CAS.getAnnotationIndex
(Type type) Get the standard annotation index restricted to a specific annotation type.<T extends AnnotationFS>
TCAS.getDocumentAnnotation()
Get the Document Annotation.Methods in org.apache.uima.cas that return AnnotationFSModifier and TypeMethodDescription<T extends AnnotationFS>
AnnotationFSCAS.createAnnotation
(Type type, int begin, int end) Create a new annotation.Methods in org.apache.uima.cas with parameters of type AnnotationFSModifier and TypeMethodDescriptionSelectFSs.at
(AnnotationFS fs) Subselection - specifies selecting Feature Structures having the same begin and end - influenced by typePriority, positionUsesType, and useAnnotationEquals Requires an Annotation Index.SelectFSs.between
(AnnotationFS fs1, AnnotationFS fs2) Subselection - specifies selecting Feature Structures which lie between two annotations.SelectFSs.coveredBy
(AnnotationFS fs) Subselection - specifies selecting Feature Structures starting (and maybe ending) within a bounding Feature Structure - influenced by typePriority, positionUsesType, useAnnotationEquals, includeAnnotationsWithEndBeyondBounds Requires an Annotation Index.SelectFSs.covering
(AnnotationFS fs) Subselection - specifies selecting Feature Structures starting before or equal to bounding Feature Structure and ending at or beyond the bounding Feature Structure - influenced by typePriority, positionUsesType, useAnnotationEquals Requires an Annotation Index. -
Uses of AnnotationFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl with type parameters of type AnnotationFSModifier and TypeClassDescriptionclass
AnnotationTreeImpl<T extends AnnotationFS>
Implementation of annotation tree.class
AnnotationTreeNodeImpl<T extends AnnotationFS>
class
FsIndex_annotation<T extends AnnotationFS>
Implementation of annotation indexes.class
Subiterator<T extends AnnotationFS>
Subiterator implementation.Subinterfaces of AnnotationFS in org.apache.uima.cas.implFields in org.apache.uima.cas.impl declared as AnnotationFSModifier and TypeFieldDescriptionprivate T
AnnotationTreeNodeImpl.annot
private AnnotationFS
SelectFSs_impl.boundingFs
private AnnotationFS
DebugFSLogicalStructure.UnexpandedFeatureStructures.constrainingFS
Methods in org.apache.uima.cas.impl with type parameters of type AnnotationFSModifier and TypeMethodDescriptionprivate <T extends AnnotationFS>
TCASImpl.createDocumentAnnotation
(int length) <T extends AnnotationFS>
AnnotationIndex<T> CASImpl.getAnnotationIndex()
The generic spec T extends AnnotationFS (rather than AnnotationFS) allows the method JCasImpl getAnnotationIndex to return Annotation instead of AnnotationFS<T extends AnnotationFS>
AnnotationIndex<T> CASImpl.getAnnotationIndex
(Type type) (package private) <T extends AnnotationFS>
FsIndex_annotation<T> FSIndexRepositoryImpl.getAnnotationIndex
(TypeImpl ti) returns the annotation index for a type which is Annotation or a subtype of it.<T extends AnnotationFS>
TCASImpl.getDocumentAnnotation()
Generic issue: The returned document annotation could be either an instance of DocumentAnnotation or a subclass of it, or an instance of Annotation - the Java cover class used for annotations when JCas is not being used.<T extends AnnotationFS>
TCASImpl.getDocumentAnnotationNoCreate()
(package private) <TT extends AnnotationFS>
voidFSIteratorImplBase.moveTo
(int begin, int end) A special version of moveTo for subtypes of AnnotationFS, which moves to a particular begin/end (no type priority).Methods in org.apache.uima.cas.impl that return types with arguments of type AnnotationFSModifier and TypeMethodDescription(package private) static Comparator
<AnnotationFS> Subiterator.getAnnotationBeginEndComparator
(int boundingBegin, int boundingEnd) Methods in org.apache.uima.cas.impl with parameters of type AnnotationFSModifier and TypeMethodDescriptionSelectFSs_impl.at
(AnnotationFS fs) SelectFSs_impl.between
(AnnotationFS fs1, AnnotationFS fs2) SelectFSs_impl.coveredBy
(AnnotationFS fs) subselection based on boundingFsSelectFSs_impl.covering
(AnnotationFS fs) static Object
DebugFSLogicalStructure.getDebugLogicalStructure_Features
(AnnotationFS fs) static FeatureStructure[]
DebugFSLogicalStructure.getDebugLogicalStructure_SubAnnotations
(AnnotationFS fs) FsIndex_annotation.subiterator
(AnnotationFS annot) FsIndex_annotation.subiterator
(AnnotationFS annot, boolean ambiguous, boolean strict) Constructors in org.apache.uima.cas.impl with parameters of type AnnotationFSModifierConstructorDescription(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.UnexpandedFeatureStructures
(AnnotationFS constrainingFS) -
Uses of AnnotationFS in org.apache.uima.cas.text
Classes in org.apache.uima.cas.text with type parameters of type AnnotationFSModifier and TypeInterfaceDescriptioninterface
AnnotationIndex<T extends AnnotationFS>
An annotation index provides additional iterator functionality that applies only to instances ofuima.tcas.Annotation
(or its subtypes).interface
AnnotationTree<T extends AnnotationFS>
Represents an annotation tree.interface
AnnotationTreeNode<T extends AnnotationFS>
Represents a node in an annotation tree.Methods in org.apache.uima.cas.text with parameters of type AnnotationFSModifier and TypeMethodDescriptionstatic boolean
AnnotationPredicates.beginningWith
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.beginningWith
(AnnotationFS aX, AnnotationFS aY) static boolean
AnnotationPredicates.colocated
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.colocated
(AnnotationFS aX, AnnotationFS aY) X starts and ends at the same position as Y.default boolean
AnnotationFS.coveredBy
(AnnotationFS aOther) static boolean
AnnotationPredicates.coveredBy
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.coveredBy
(AnnotationFS aX, AnnotationFS aY) Y is starting before or at the same position as A and ends after or at the same position as X.default boolean
AnnotationFS.covering
(AnnotationFS aOther) static boolean
AnnotationPredicates.covering
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.covering
(AnnotationFS aX, AnnotationFS aY) X is starting before or at the same position as Y and ends after or at the same position as Y.static boolean
AnnotationPredicates.endingWith
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.endingWith
(AnnotationFS aX, AnnotationFS aY) default boolean
AnnotationFS.following
(AnnotationFS aOther) static boolean
AnnotationPredicates.following
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.following
(AnnotationFS aX, AnnotationFS aY) X starts at or after the position that Y ends.default boolean
AnnotationFS.overlapping
(AnnotationFS aOther) static boolean
AnnotationPredicates.overlapping
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.overlapping
(AnnotationFS aX, AnnotationFS aY) The intersection of the spans X and Y is non-empty.default boolean
AnnotationFS.overlappingAtBegin
(AnnotationFS aOther) static boolean
AnnotationPredicates.overlappingAtBegin
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.overlappingAtBegin
(AnnotationFS aX, AnnotationFS aY) X is starting before or at the same position as Y and ends before Y ends.default boolean
AnnotationFS.overlappingAtEnd
(AnnotationFS aOther) static boolean
AnnotationPredicates.overlappingAtEnd
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.overlappingAtEnd
(AnnotationFS aX, AnnotationFS aY) X is starting after Y starts and ends after or at the same position as Y.default boolean
AnnotationFS.preceding
(AnnotationFS aOther) static boolean
AnnotationPredicates.preceding
(AnnotationFS aX, int aYBegin, int aYEnd) static boolean
AnnotationPredicates.preceding
(AnnotationFS aX, AnnotationFS aY) X ends before or at the position that Y starts.AnnotationIndex.subiterator
(AnnotationFS annot) Return a subiterator whose bounds are defined by the input annotation.AnnotationIndex.subiterator
(AnnotationFS annot, boolean ambiguous, boolean strict) Return a subiterator whose bounds are defined by theannot
. -
Uses of AnnotationFS in org.apache.uima.examples
Classes in org.apache.uima.examples that implement AnnotationFSModifier and TypeClassDescriptionclass
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of AnnotationFS in org.apache.uima.jcas.tcas
Classes in org.apache.uima.jcas.tcas that implement AnnotationFSModifier and TypeClassDescriptionclass
the JCas class model for the CAS type uima.cas.Annotation.class
The JCas class definition for the CASDocumentAnnotation
type. -
Uses of AnnotationFS in org.apache.uima.tools.viewer
Fields in org.apache.uima.tools.viewer declared as AnnotationFSModifier and TypeFieldDescriptionprivate AnnotationFS
CasTreeViewer.AnnotationTreeNodeObject.mAnnotation
The m annotation.Methods in org.apache.uima.tools.viewer that return AnnotationFSModifier and TypeMethodDescriptionCasTreeViewer.AnnotationTreeNodeObject.getAnnotation()
Gets the annotation.Methods in org.apache.uima.tools.viewer with parameters of type AnnotationFSModifier and TypeMethodDescriptionprotected void
CasAnnotationViewer.addAnnotationToTree
(AnnotationFS aAnnotation) Adds an annotation to the selected annotations tree.private void
CasAnnotationViewer.processOneAnnotationInAnnotationView
(StyledDocument doc, AnnotationFS annotation) Process one annotation in annotation view.private void
CasTreeViewer.refreshAnnotationData
(AnnotationFS aAnnotation) Called when the user selects a new node in the JTree.Constructors in org.apache.uima.tools.viewer with parameters of type AnnotationFSModifierConstructorDescriptionAnnotationTreeNodeObject
(AnnotationFS aAnnotation) Instantiates a new annotation tree node object.