Class CpeCollectionReaderIteratorImpl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderIteratorImpl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,CpeCollectionReaderIterator,MetaDataObject,XMLizable
public class CpeCollectionReaderIteratorImpl extends MetaDataObject_impl implements CpeCollectionReaderIterator
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
-
Field Summary
-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description CpeCollectionReaderIteratorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationParameterSettingsgetConfigParameterSettings()CasProcessorConfigurationParameterSettingsgetConfigurationParameterSettings()CpeComponentDescriptorgetDescriptor()CpeSofaMappingsgetSofaNameMappings()protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetConfigParameterSettings(ConfigurationParameterSettings settings)voidsetConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)Set parameters that will override params defined in the Collection Reader component descriptor.voidsetDescriptor(CpeComponentDescriptor descriptor)Associate Descriptor with the Collection Reader IteratorvoidsetSofaNameMappings(CpeSofaMappings mappings)Set Sofa Name Mappings-
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_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, writePropertyAsElement
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
-
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
-
-
-
Method Detail
-
getDescriptor
public CpeComponentDescriptor getDescriptor()
- Specified by:
getDescriptorin interfaceCpeCollectionReaderIterator- Returns:
- the component descriptor
-
setDescriptor
public void setDescriptor(CpeComponentDescriptor descriptor)
Description copied from interface:CpeCollectionReaderIteratorAssociate Descriptor with the Collection Reader Iterator- Specified by:
setDescriptorin interfaceCpeCollectionReaderIterator- Parameters:
descriptor-
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-
getConfigurationParameterSettings
public CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
- Specified by:
getConfigurationParameterSettingsin interfaceCpeCollectionReaderIterator- Returns:
- the parameter settings
-
setConfigurationParameterSettings
public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
Description copied from interface:CpeCollectionReaderIteratorSet parameters that will override params defined in the Collection Reader component descriptor.- Specified by:
setConfigurationParameterSettingsin interfaceCpeCollectionReaderIterator- Parameters:
settings-
-
getConfigParameterSettings
public ConfigurationParameterSettings getConfigParameterSettings()
- Returns:
- the parameter settings
-
setConfigParameterSettings
public void setConfigParameterSettings(ConfigurationParameterSettings settings)
- Parameters:
settings-
-
getSofaNameMappings
public CpeSofaMappings getSofaNameMappings()
- Specified by:
getSofaNameMappingsin interfaceCpeCollectionReaderIterator- Returns:
- the sofa name mappings
-
setSofaNameMappings
public void setSofaNameMappings(CpeSofaMappings mappings)
Description copied from interface:CpeCollectionReaderIteratorSet Sofa Name Mappings- Specified by:
setSofaNameMappingsin interfaceCpeCollectionReaderIterator- Parameters:
mappings-
-
-