public abstract class JCasTransformerChangeBased_ImplBase extends JCasTransformer_ImplBase
PARAM_TYPES_TO_COPY
Constructor and Description |
---|
JCasTransformerChangeBased_ImplBase() |
Modifier and Type | Method and Description |
---|---|
void |
afterProcess(org.apache.uima.jcas.JCas aInput,
org.apache.uima.jcas.JCas aOutput) |
void |
beforeProcess(org.apache.uima.jcas.JCas aInput,
org.apache.uima.jcas.JCas aOutput) |
void |
delete(int aBegin,
int aEnd) |
void |
insert(int aBegin,
String aText) |
void |
replace(int aBegin,
int aEnd,
String aText) |
getTypesToCopy, hasNext, next, process, process
getLogger, initialize
getCasInstancesRequired, getEmptyJCas, getRequiredCasInterface, process
public void beforeProcess(org.apache.uima.jcas.JCas aInput, org.apache.uima.jcas.JCas aOutput) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
beforeProcess
in class JCasTransformer_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
public void afterProcess(org.apache.uima.jcas.JCas aInput, org.apache.uima.jcas.JCas aOutput)
afterProcess
in class JCasTransformer_ImplBase
public void insert(int aBegin, String aText)
public void delete(int aBegin, int aEnd)
public void replace(int aBegin, int aEnd, String aText)
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.