public class CasProcessorErrorRateThresholdImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
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 |
|---|
CasProcessorErrorRateThresholdImpl()
Instantiates a new cas processor error rate threshold impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildFromXMLElement(Element aElement,
org.apache.uima.util.XMLParser aParser,
org.apache.uima.util.XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes.
|
String |
getAction() |
int |
getMaxErrorCount() |
int |
getMaxErrorSampleSize() |
String |
getValue()
Gets the value.
|
protected org.xml.sax.helpers.AttributesImpl |
getXMLAttributes()
Overridden to handle "name" and "value" attributes.
|
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
setAction(String aAction) |
void |
setMaxErrorCount(int aErrorCount) |
void |
setMaxErrorSampleSize(int aSampleSize) |
void |
setValue(String string)
Sets the value.
|
buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, 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 CasProcessorErrorRateThresholdImpl()
public void setMaxErrorCount(int aErrorCount)
setMaxErrorCount in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThresholdpublic int getMaxErrorCount()
getMaxErrorCount in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThresholdpublic void setMaxErrorSampleSize(int aSampleSize)
setMaxErrorSampleSize in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThresholdpublic int getMaxErrorSampleSize()
getMaxErrorSampleSize in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThresholdpublic void setAction(String aAction)
setAction in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThresholdpublic String getAction()
getAction in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThresholdpublic void buildFromXMLElement(Element aElement, org.apache.uima.util.XMLParser aParser, org.apache.uima.util.XMLParser.ParsingOptions aOptions) throws org.apache.uima.util.InvalidXMLException
buildFromXMLElement in interface org.apache.uima.util.XMLizablebuildFromXMLElement in class org.apache.uima.resource.metadata.impl.MetaDataObject_implaElement - the a elementaParser - the a parseraOptions - the a optionsorg.apache.uima.util.InvalidXMLException - the invalid XML exceptionMetaDataObject_impl.buildFromXMLElement(org.w3c.dom.Element,
org.apache.uima.util.XMLParser, org.apache.uima.util.XMLParser.ParsingOptions)protected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
getXMLAttributes in class org.apache.uima.resource.metadata.impl.MetaDataObject_implMetaDataObject_impl.getXMLAttributes()protected org.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implpublic String getValue()
public void setValue(String string)
string - the new valueCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.