Uses of Class
anl.aida.ae.gate.UGMappingException

Packages that use UGMappingException
anl.aida   
anl.aida.ae.gate   
 

Uses of UGMappingException in anl.aida
 

Methods in anl.aida that throw UGMappingException
 void GateAnnotatorTests.builderOutUpdateTest()
           
 void GateAnnotatorTests.builderOutUpdateXMLTest()
           
 void GateAnnotatorTests.builderTest()
           
 void GateAnnotatorTests.builderXMLTest()
           
 void GateAnnotatorTests.outputXMLTest()
           
 void GateAnnotatorTests.testOutput()
           
 

Uses of UGMappingException in anl.aida.ae.gate
 

Methods in anl.aida.ae.gate that throw UGMappingException
private  void GateAnnotator.createInputAnnotations(org.apache.uima.cas.CAS cas, gate.Document doc)
           
private  void GateAnnotator.createOutputAnnotations(org.apache.uima.cas.CAS cas, gate.Document doc)
           
 void OutputAnnotationBuilder.run(org.apache.uima.cas.CAS cas, gate.Document doc, java.util.Map<java.lang.Integer,org.apache.uima.cas.FeatureStructure> indexMap)
          Runs the annotation builder using the supplied CAS and Document.
 void InputAnnotationBuilder.run(org.apache.uima.cas.CAS cas, gate.Document doc, java.util.Map<java.lang.Integer,org.apache.uima.cas.FeatureStructure> indexMap)
          Runs the annotation builder using the supplied CAS and Document.
 void AnnotationBuilder.run(org.apache.uima.cas.CAS cas, gate.Document doc, java.util.Map<java.lang.Integer,org.apache.uima.cas.FeatureStructure> index)
          Runs the annotation builder using the supplied CAS and Document.