Package opennlp.uima.util
Class AnnotationIteratorPair
java.lang.Object
opennlp.uima.util.AnnotationIteratorPair
A pair of a 
UIMA annotation and an
 annotation iterator.- 
Constructor SummaryConstructorsConstructorDescriptionAnnotationIteratorPair(org.apache.uima.cas.text.AnnotationFS a, Iterable<org.apache.uima.cas.text.AnnotationFS> it) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.uima.cas.text.AnnotationFSIterable<org.apache.uima.cas.text.AnnotationFS>
- 
Constructor Details- 
AnnotationIteratorPairpublic AnnotationIteratorPair(org.apache.uima.cas.text.AnnotationFS a, Iterable<org.apache.uima.cas.text.AnnotationFS> it) 
 
- 
- 
Method Details- 
getAnnotationpublic org.apache.uima.cas.text.AnnotationFS getAnnotation()- Returns:
- Retrieves the AnnotationFS.
 
- 
getSubIterator- Returns:
- Retrieves the sub-iterator.
 
 
-