|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationFS | |
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
| org.apache.uima.cas.text | Text Common Annotation System (TCAS) Interfaces. |
| org.apache.uima.examples | |
| org.apache.uima.jcas.tcas | JCAS model for built-in TCAS types |
| Uses of AnnotationFS in org.apache.uima.cas |
|---|
| Methods in org.apache.uima.cas that return AnnotationFS | |
|---|---|
AnnotationFS |
CAS.createAnnotation(Type type,
int begin,
int end)
Create a new annotation. |
AnnotationFS |
CAS.getDocumentAnnotation()
Get the document annotation. |
| Methods in org.apache.uima.cas that return types with arguments of type AnnotationFS | |
|---|---|
AnnotationIndex<AnnotationFS> |
CAS.getAnnotationIndex()
Get the standard annotation index. |
AnnotationIndex<AnnotationFS> |
CAS.getAnnotationIndex(Type type)
Get the standard annotation index restricted to a specific annotation type. |
| Uses of AnnotationFS in org.apache.uima.cas.text |
|---|
| Classes in org.apache.uima.cas.text with type parameters of type AnnotationFS | |
|---|---|
interface |
AnnotationIndex<T extends AnnotationFS>
An annotation index provides additional iterator functionality that applies only to instances of uima.tcas.Annotation. |
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 AnnotationFS | |
|---|---|
FSIterator<T> |
AnnotationIndex.subiterator(AnnotationFS annot)
Return a subiterator whose bounds are defined by the input annotation. |
FSIterator<T> |
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 AnnotationFS | |
|---|---|
class |
SourceDocumentInformation
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 AnnotationFS | |
|---|---|
class |
Annotation
the JCas class model for the CAS type uima.cas.Annotation. |
class |
DocumentAnnotation
The JCas class definition for the CAS DocumentAnnotation type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||