org.apache.uima.lucas.indexer
Class AnnotationTokenStreamBuilder

java.lang.Object
  extended by org.apache.uima.lucas.indexer.AnnotationTokenStreamBuilder

public class AnnotationTokenStreamBuilder
extends Object

Builds annotation token streams wrapped with filters according to annotation descriptions.


Constructor Summary
AnnotationTokenStreamBuilder()
           
 
Method Summary
 AnnotationTokenStream createAnnotationTokenStream(org.apache.uima.jcas.JCas jCas, AnnotationDescription annotationDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTokenStreamBuilder

public AnnotationTokenStreamBuilder()
Method Detail

createAnnotationTokenStream

public AnnotationTokenStream createAnnotationTokenStream(org.apache.uima.jcas.JCas jCas,
                                                         AnnotationDescription annotationDescription)
                                                  throws AnnotationTokenStreamBuildingException
Throws:
AnnotationTokenStreamBuildingException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.