Class CpeCollectionReaderIteratorImpl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderIteratorImpl
- All Implemented Interfaces:
Serializable
,Cloneable
,CpeCollectionReaderIterator
,MetaDataObject
,XMLizable
public class CpeCollectionReaderIteratorImpl
extends MetaDataObject_impl
implements CpeCollectionReaderIterator
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionprivate ConfigurationParameterSettings
private CpeComponentDescriptor
private static final long
private CpeSofaMappings
private static final XmlizationInfo
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected XmlizationInfo
To be implemented by subclasses to return information describing how to represent this object in XML.void
void
Set parameters that will override params defined in the Collection Reader component descriptor.void
setDescriptor
(CpeComponentDescriptor descriptor) Associate Descriptor with the Collection Reader Iteratorvoid
setSofaNameMappings
(CpeSofaMappings mappings) Set Sofa Name MappingsMethods 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, 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
descriptor
-
configurationParameterSettings
-
sofaNameMappings
-
configParameterSettings
-
XMLIZATION_INFO
-
-
Constructor Details
-
CpeCollectionReaderIteratorImpl
public CpeCollectionReaderIteratorImpl()
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceCpeCollectionReaderIterator
- Returns:
- the component descriptor
-
setDescriptor
Description copied from interface:CpeCollectionReaderIterator
Associate Descriptor with the Collection Reader Iterator- Specified by:
setDescriptor
in interfaceCpeCollectionReaderIterator
- Parameters:
descriptor
-
-
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 classMetaDataObject_impl
- Returns:
- information defining this object's XML representation
-
getConfigurationParameterSettings
- Specified by:
getConfigurationParameterSettings
in interfaceCpeCollectionReaderIterator
- Returns:
- the parameter settings
-
setConfigurationParameterSettings
Description copied from interface:CpeCollectionReaderIterator
Set parameters that will override params defined in the Collection Reader component descriptor.- Specified by:
setConfigurationParameterSettings
in interfaceCpeCollectionReaderIterator
- Parameters:
settings
-
-
getConfigParameterSettings
- Returns:
- the parameter settings
-
setConfigParameterSettings
- Parameters:
settings
-
-
getSofaNameMappings
- Specified by:
getSofaNameMappings
in interfaceCpeCollectionReaderIterator
- Returns:
- the sofa name mappings
-
setSofaNameMappings
Description copied from interface:CpeCollectionReaderIterator
Set Sofa Name Mappings- Specified by:
setSofaNameMappings
in interfaceCpeCollectionReaderIterator
- Parameters:
mappings
-
-