public class CpeCollectionReaderImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CpeCollectionReader
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 |
|---|
CpeCollectionReaderImpl()
Instantiates a new cpe collection reader impl.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer |
getCasInitializer() |
org.apache.uima.collection.metadata.CpeCollectionReaderIterator |
getCollectionIterator() |
org.apache.uima.collection.metadata.CasProcessorConfigurationParameterSettings |
getConfigurationParameterSettings()
Returns configuration parameter settings for this CollectionReader.
|
org.apache.uima.collection.metadata.CpeComponentDescriptor |
getDescriptor() |
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
removeCasInitializer() |
void |
setCasInitializer(org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer aCasInitializer) |
void |
setCollectionIterator(org.apache.uima.collection.metadata.CpeCollectionReaderIterator iterator)
Sets the collection iterator.
|
void |
setConfigurationParameterSettings(org.apache.uima.collection.metadata.CasProcessorConfigurationParameterSettings aParams)
Sets configuration parameter settings for this CollectionReader.
|
void |
setDescriptor(org.apache.uima.collection.metadata.CpeComponentDescriptor aDescriptor) |
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 CpeCollectionReaderImpl()
public void setCasInitializer(org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer aCasInitializer)
throws org.apache.uima.collection.metadata.CpeDescriptorException
setCasInitializer in interface org.apache.uima.collection.metadata.CpeCollectionReaderorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer getCasInitializer()
throws org.apache.uima.collection.metadata.CpeDescriptorException
getCasInitializer in interface org.apache.uima.collection.metadata.CpeCollectionReaderorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic void removeCasInitializer()
removeCasInitializer in interface org.apache.uima.collection.metadata.CpeCollectionReaderpublic void setDescriptor(org.apache.uima.collection.metadata.CpeComponentDescriptor aDescriptor)
setDescriptor in interface org.apache.uima.collection.metadata.CpeCollectionReaderpublic org.apache.uima.collection.metadata.CpeComponentDescriptor getDescriptor()
getDescriptor in interface org.apache.uima.collection.metadata.CpeCollectionReaderpublic org.apache.uima.collection.metadata.CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
getConfigurationParameterSettings in interface org.apache.uima.collection.metadata.CpeCollectionReaderpublic void setConfigurationParameterSettings(org.apache.uima.collection.metadata.CasProcessorConfigurationParameterSettings aParams)
throws org.apache.uima.collection.metadata.CpeDescriptorException
setConfigurationParameterSettings in interface org.apache.uima.collection.metadata.CpeCollectionReaderaParams - the new configuration parameter settingsorg.apache.uima.collection.metadata.CpeDescriptorException - the cpe descriptor exceptionprotected org.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implpublic void setCollectionIterator(org.apache.uima.collection.metadata.CpeCollectionReaderIterator iterator)
setCollectionIterator in interface org.apache.uima.collection.metadata.CpeCollectionReaderiterator - the new collection iteratorpublic org.apache.uima.collection.metadata.CpeCollectionReaderIterator getCollectionIterator()
getCollectionIterator in interface org.apache.uima.collection.metadata.CpeCollectionReaderCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.