opennlp.uima.util
Class AnnotationIteratorPair

java.lang.Object
  extended by opennlp.uima.util.AnnotationIteratorPair

public final class AnnotationIteratorPair
extends Object

A pair of a UIMA annotation and an annotation iterator.


Constructor Summary
AnnotationIteratorPair(org.apache.uima.cas.text.AnnotationFS a, Iterable<org.apache.uima.cas.text.AnnotationFS> it)
           
 
Method Summary
 org.apache.uima.cas.text.AnnotationFS getAnnotation()
           
 Iterable<org.apache.uima.cas.text.AnnotationFS> getSubIterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.