public class RoomNumberAnnotator extends JCasAnnotator_ImplBase
| Constructor and Description |
|---|
RoomNumberAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(JCas aJCas)
This method should be overriden by subclasses.
|
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextbatchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, initialize, reconfigure, setResultSpecificationpublic void process(JCas aJCas)
JCasAnnotator_ImplBaseAnnotator_ImplBase.hasNext() is called and returns
false (see AnalysisComponent for details).process in class JCasAnnotator_ImplBaseaJCas - a JCAS that this AnalysisComponent should process.JCasAnnotator_ImplBase.process(JCas)Copyright © 2013. All Rights Reserved.