anl.aida.ae.gate
Class OutputUpdateAnnBuilder

java.lang.Object
  extended by anl.aida.ae.gate.AbstractUGAnnotationBuilder
      extended by anl.aida.ae.gate.OutputUpdateAnnBuilder

public class OutputUpdateAnnBuilder
extends AbstractUGAnnotationBuilder

Updates existing UIMA annotations from existing GATE ones.


Field Summary
 
Fields inherited from class anl.aida.ae.gate.AbstractUGAnnotationBuilder
annotationSet, fBuilders, gateType, type
 
Constructor Summary
OutputUpdateAnnBuilder(java.lang.String gateType, org.apache.uima.cas.Type type)
           
 
Method Summary
 void run(org.apache.uima.cas.CAS cas, gate.Document doc)
          Creates new annotations of the type specified in the constructor from those in the GATE doc.
 
Methods inherited from class anl.aida.ae.gate.AbstractUGAnnotationBuilder
addFeatureBuilder, getAnnotationSet, getUIMAName, setAnnotationSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputUpdateAnnBuilder

public OutputUpdateAnnBuilder(java.lang.String gateType,
                              org.apache.uima.cas.Type type)
Method Detail

run

public void run(org.apache.uima.cas.CAS cas,
                gate.Document doc)
Creates new annotations of the type specified in the constructor from those in the GATE doc.

Parameters:
cas -
doc -