org.apache.uima.collection.impl.metadata.cpe
Class CasProcessorRunInSeperateProcessImpl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CasProcessorRunInSeperateProcessImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, CasProcessorRunInSeperateProcess, MetaDataObject, XMLizable
public class CasProcessorRunInSeperateProcessImpl
- extends MetaDataObject_impl
- implements CasProcessorRunInSeperateProcess
- See Also:
- Serialized Form
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl |
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CasProcessorRunInSeperateProcessImpl
public CasProcessorRunInSeperateProcessImpl()
setExecutable
public void setExecutable(CasProcessorExecutable aExec)
- Description copied from interface:
CasProcessorRunInSeperateProcess
- Sets
CasProcessorExecutable
executable program used
by the CPE to launch CasProcessor.
- Specified by:
setExecutable
in interface CasProcessorRunInSeperateProcess
- Parameters:
aExec
- -
CasProcessorExecutable
getExecutable
public CasProcessorExecutable getExecutable()
- Description copied from interface:
CasProcessorRunInSeperateProcess
- Returns
CasProcessorExecutable
program used by the
CPE to launch CasProcessor.
- Specified by:
getExecutable
in interface CasProcessorRunInSeperateProcess
- Returns:
CasProcessorExecutable
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
- Description copied from class:
MetaDataObject_impl
- To be implemented by subclasses to return information describing how to represent this object
in XML.
- Specified by:
getXmlizationInfo
in class MetaDataObject_impl
- Returns:
- information defining this object's XML representation
getExec
public CasProcessorExecutable getExec()
- Returns:
setExec
public void setExec(CasProcessorExecutable executable)
- Parameters:
executable
-
Copyright © 2013. All Rights Reserved.