public class CpeConfigurationImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CpeConfiguration
org.apache.uima.resource.metadata.impl.MetaDataObject_impl.MetaDataAttr, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.SerialContext, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.Serializer| Constructor and Description |
|---|
CpeConfigurationImpl()
Instantiates a new cpe configuration impl.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.uima.collection.metadata.CpeCheckpoint |
getCheckpoint() |
org.apache.uima.collection.metadata.CpeTimer |
getCpeTimer() |
String |
getDeployAs()
Gets the deploy as.
|
String |
getDeployment() |
int |
getMaxTimeToWait() |
long |
getNum2Process()
Gets the num 2 process.
|
int |
getNumToProcess() |
org.apache.uima.collection.metadata.OutputQueue |
getOutputQueue() |
String |
getStartAt()
Gets the start at.
|
String |
getStartingEntityId() |
String |
getTimerImpl() |
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
removeCheckpoint() |
void |
removeCpeTimer() |
void |
setCheckpoint(org.apache.uima.collection.metadata.CpeCheckpoint aCheckpoint) |
void |
setCpeTimer(org.apache.uima.collection.metadata.CpeTimer aTimer) |
void |
setDeployAs(String string)
Sets the deploy as.
|
void |
setDeployment(String aDeploy) |
void |
setNumToProcess(int aNumToProcess) |
void |
setNumToProcess(long l)
Sets the num to process.
|
void |
setOutputQueue(org.apache.uima.collection.metadata.OutputQueue queue)
Sets the output queue.
|
void |
setStartAt(String aStartAt)
Sets the start at.
|
void |
setStartingEntityId(String aStartAt) |
void |
setTimerImpl(String string)
Sets the timer impl.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitpublic CpeConfigurationImpl()
public void setDeployment(String aDeploy) throws org.apache.uima.collection.metadata.CpeDescriptorException
setDeployment in interface org.apache.uima.collection.metadata.CpeConfigurationorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic String getDeployment()
getDeployment in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void setNumToProcess(int aNumToProcess)
throws org.apache.uima.collection.metadata.CpeDescriptorException
setNumToProcess in interface org.apache.uima.collection.metadata.CpeConfigurationorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic int getNumToProcess()
getNumToProcess in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void setStartingEntityId(String aStartAt)
setStartingEntityId in interface org.apache.uima.collection.metadata.CpeConfigurationpublic String getStartingEntityId()
getStartingEntityId in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void setCheckpoint(org.apache.uima.collection.metadata.CpeCheckpoint aCheckpoint)
throws org.apache.uima.collection.metadata.CpeDescriptorException
setCheckpoint in interface org.apache.uima.collection.metadata.CpeConfigurationorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic org.apache.uima.collection.metadata.CpeCheckpoint getCheckpoint()
getCheckpoint in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void removeCheckpoint()
removeCheckpoint in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void setCpeTimer(org.apache.uima.collection.metadata.CpeTimer aTimer)
setCpeTimer in interface org.apache.uima.collection.metadata.CpeConfigurationpublic org.apache.uima.collection.metadata.CpeTimer getCpeTimer()
getCpeTimer in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void removeCpeTimer()
removeCpeTimer in interface org.apache.uima.collection.metadata.CpeConfigurationpublic String getDeployAs()
public long getNum2Process()
public String getStartAt()
public String getTimerImpl()
getTimerImpl in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void setDeployAs(String string)
string - the new deploy aspublic void setNumToProcess(long l)
l - the new num to processpublic void setStartAt(String aStartAt)
aStartAt - the new start atpublic void setTimerImpl(String string)
string - the new timer implpublic org.apache.uima.collection.metadata.OutputQueue getOutputQueue()
getOutputQueue in interface org.apache.uima.collection.metadata.CpeConfigurationpublic int getMaxTimeToWait()
getMaxTimeToWait in interface org.apache.uima.collection.metadata.CpeConfigurationpublic void setOutputQueue(org.apache.uima.collection.metadata.OutputQueue queue)
queue - the new output queueprotected org.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.