Package opennlp.uima.util
Class AnnotationIteratorPair
- java.lang.Object
- 
- opennlp.uima.util.AnnotationIteratorPair
 
- 
 public final class AnnotationIteratorPair extends Object A pair of a UIMA annotation and an annotation iterator.
- 
- 
Constructor SummaryConstructors Constructor Description AnnotationIteratorPair(org.apache.uima.cas.text.AnnotationFS a, Iterable<org.apache.uima.cas.text.AnnotationFS> it)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.uima.cas.text.AnnotationFSgetAnnotation()Iterable<org.apache.uima.cas.text.AnnotationFS>getSubIterator()
 
- 
- 
- 
Constructor Detail- 
AnnotationIteratorPairpublic AnnotationIteratorPair(org.apache.uima.cas.text.AnnotationFS a, Iterable<org.apache.uima.cas.text.AnnotationFS> it)
 
- 
 - 
Method Detail- 
getAnnotationpublic org.apache.uima.cas.text.AnnotationFS getAnnotation() 
 - 
getSubIteratorpublic Iterable<org.apache.uima.cas.text.AnnotationFS> getSubIterator() 
 
- 
 
-