org.apache.uima.collection.impl.metadata.cpe
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
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 |
CpeCollectionReaderIteratorImpl
public CpeCollectionReaderIteratorImpl()
getDescriptor
public CpeComponentDescriptor getDescriptor()
- Specified by:
getDescriptor
in interface CpeCollectionReaderIterator
- Returns:
setDescriptor
public void setDescriptor(CpeComponentDescriptor descriptor)
- Description copied from interface:
CpeCollectionReaderIterator
- Associate Descriptor with the Collection Reader Iterator
- Specified by:
setDescriptor
in interface CpeCollectionReaderIterator
- Parameters:
descriptor
-
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
getConfigurationParameterSettings
public CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
- Specified by:
getConfigurationParameterSettings
in interface CpeCollectionReaderIterator
- Returns:
setConfigurationParameterSettings
public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
- Description copied from interface:
CpeCollectionReaderIterator
- Set parameters that will override params defined in the Collection Reader component descriptor.
- Specified by:
setConfigurationParameterSettings
in interface CpeCollectionReaderIterator
- Parameters:
settings
-
getConfigParameterSettings
public ConfigurationParameterSettings getConfigParameterSettings()
- Returns:
setConfigParameterSettings
public void setConfigParameterSettings(ConfigurationParameterSettings settings)
- Parameters:
settings
-
getSofaNameMappings
public CpeSofaMappings getSofaNameMappings()
- Specified by:
getSofaNameMappings
in interface CpeCollectionReaderIterator
- Returns:
setSofaNameMappings
public void setSofaNameMappings(CpeSofaMappings mappings)
- Description copied from interface:
CpeCollectionReaderIterator
- Set Sofa Name Mappings
- Specified by:
setSofaNameMappings
in interface CpeCollectionReaderIterator
- Parameters:
mappings
-
Copyright © 2011. All Rights Reserved.