public class XWriter
extends org.apache.uima.fit.component.JCasConsumer_ImplBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileNamerClassName |
static String |
PARAM_FILE_NAMER_CLASS_NAME
The parameter name for the configuration parameter that specifies the name of the class that
implements the file namer
|
static String |
PARAM_XML_SCHEME_NAME
The parameter name for the configuration parameter that provides the name of the XML scheme
to use.
|
static String |
XCAS
The name of the XCAS XML scheme.
|
static String |
XMI
The name of the XMI XML scheme.
|
| Constructor and Description |
|---|
XWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.uima.UimaContext context) |
void |
process(org.apache.uima.jcas.JCas jcas) |
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextpublic static final String PARAM_XML_SCHEME_NAME
public static final String PARAM_FILE_NAMER_CLASS_NAME
protected String fileNamerClassName
public static final String XMI
public static final String XCAS
public void initialize(org.apache.uima.UimaContext context)
throws org.apache.uima.resource.ResourceInitializationException
initialize in interface org.apache.uima.analysis_component.AnalysisComponentinitialize in class org.apache.uima.fit.component.JCasConsumer_ImplBaseorg.apache.uima.resource.ResourceInitializationExceptionpublic void process(org.apache.uima.jcas.JCas jcas)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBaseorg.apache.uima.analysis_engine.AnalysisEngineProcessExceptionCopyright © 2015 Bluebrain Project. All rights reserved.