Class AnnotationIteratorPair


  • public final class AnnotationIteratorPair
    extends Object
    A pair of a UIMA annotation and an annotation iterator.
    • Constructor Detail

      • AnnotationIteratorPair

        public AnnotationIteratorPair​(org.apache.uima.cas.text.AnnotationFS a,
                                      Iterable<org.apache.uima.cas.text.AnnotationFS> it)
    • Method Detail

      • getAnnotation

        public org.apache.uima.cas.text.AnnotationFS getAnnotation()
      • getSubIterator

        public Iterable<org.apache.uima.cas.text.AnnotationFS> getSubIterator()