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.
JCAS model for built-in TCAS types
-
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.<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. -
Uses of AnnotationFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl with type parameters of type AnnotationFSModifier and TypeClassDescriptionclass
AnnotationIndexImpl<T extends AnnotationFS>
Implementation of annotation indexes.class
AnnotationTreeImpl<T extends AnnotationFS>
Implementation of annotation tree.class
AnnotationTreeNodeImpl<T extends AnnotationFS>
TODO: Create type comment for AnnotationTreeNodeImpl.class
Subiterator<T extends AnnotationFS>
Subiterator implementation.Classes in org.apache.uima.cas.impl that implement AnnotationFSModifier and TypeClassDescriptionclass
Class comment for AnnotationImpl.java goes here.Fields in org.apache.uima.cas.impl declared as AnnotationFSModifier and TypeFieldDescriptionprivate T
AnnotationTreeNodeImpl.annot
private final AnnotationFS
Subiterator.boundingAnnotation
private AnnotationFS
DebugFSLogicalStructure.UnexpandedFeatureStructures.constrainingFS
Fields in org.apache.uima.cas.impl with type parameters of type AnnotationFSModifier and TypeFieldDescriptionprivate Comparator
<AnnotationFS> FSIndexRepositoryImpl.SharedIndexInfo.annotationFsComparator
lazily created comparator using the built-in annotation indexMethods 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) <T extends AnnotationFS>
TCASImpl.getDocumentAnnotation()
Generic issue: The returned document annotation could be either an instance of DocumentAnnotation or an instance of AnnotationImpl - the Java cover class used for annotations when JCas is not being used.(package private) <TT extends AnnotationFS>
voidFilteredIterator.moveTo
(int begin, int end) (package private) <TT extends AnnotationFS>
voidFSIteratorAggregate.moveTo
(int begin, int end) (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).(package private) <TT extends AnnotationFS>
voidFSIteratorWrapper.moveTo
(int begin, int end) (package private) <TT extends AnnotationFS>
voidFSIteratorWrapperDoubleCheck.moveTo
(int begin, int end) (package private) <TT extends AnnotationFS>
voidSubiterator.moveTo
(int begin, int end) Methods in org.apache.uima.cas.impl that return AnnotationFSMethods 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) private Comparator
<AnnotationFS> Subiterator.getAnnotationComparator()
(package private) Comparator
<AnnotationFS> FSIndexRepositoryImpl.getAnnotationFsComparator()
Methods in org.apache.uima.cas.impl with parameters of type AnnotationFSModifier and TypeMethodDescriptionprivate void
Subiterator.adjustAfterMoveToForBeginEndComparator
(AnnotationFS fs) Called for begin/end compare, after moveTo(fs) to eliminate the effect of the type order comparison before any adjustment for strict.static Object
DebugFSLogicalStructure.getDebugLogicalStructure_Features
(AnnotationFS fs) static FeatureStructure[]
DebugFSLogicalStructure.getDebugLogicalStructure_SubAnnotations
(AnnotationFS fs) AnnotationIndexImpl.subiterator
(AnnotationFS annot) AnnotationIndexImpl.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 boundingAnnotation, int boundingBegin, int boundingEnd, boolean ambiguous, boolean strict, boolean isBounded, FSIndexRepositoryImpl fsIndexRepo) Constructor called with annot == null and boundingBegin and boundingEnd specified, or called with annot != null (boundingBegin/End ignored) if annot == null, then this implies the comparisons should use just begin and end (not type priorities) and the range is inclusive with the begin/ end boundaries != null, then this implies the comparisons use the normal Annotation compare and the range is exclusive on the left with the boundaries.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 TypeMethodDescriptionAnnotationIndex.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 the input annotation. -
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
Methods in org.apache.uima.tools.viewer that return AnnotationFSMethods 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) 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 AnnotationFS