Package de.julielab.genemapper.uima
Class GeneToProteinConverter
- java.lang.Object
-
- org.apache.uima.analysis_component.AnalysisComponent_ImplBase
-
- org.apache.uima.analysis_component.Annotator_ImplBase
-
- org.apache.uima.analysis_component.JCasAnnotator_ImplBase
-
- de.julielab.genemapper.uima.GeneToProteinConverter
-
- All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
public class GeneToProteinConverter extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
-
-
Constructor Summary
Constructors Constructor Description GeneToProteinConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.uima.jcas.JCas jCas)-
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, process
-
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, next
-
-
-
-
Method Detail
-
process
public void process(org.apache.uima.jcas.JCas jCas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException- Specified by:
processin classorg.apache.uima.analysis_component.JCasAnnotator_ImplBase- Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException
-
-