Class CpeCollectionReaderCasInitializerImpl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderCasInitializerImpl
- All Implemented Interfaces:
Serializable,Cloneable,CpeCollectionReaderCasInitializer,MetaDataObject,XMLizable
@Deprecated
public class CpeCollectionReaderCasInitializerImpl
extends MetaDataObject_impl
implements CpeCollectionReaderCasInitializer
Deprecated.
As of v2.0, CAS Initializers are deprecated.
The Class CpeCollectionReaderCasInitializerImpl.
- 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
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Instantiates a new cpe collection reader cas initializer impl. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns configuration parameter settings for this CasInitializer.Deprecated.ReturnsCpeComponentDescriptorcontaining CasInitializer descriptor path.Deprecated.Gets the parameter settings.Deprecated.Gets the sofa name mappings.protected XmlizationInfoDeprecated.To be implemented by subclasses to return information describing how to represent this object in XML.voidDeprecated.Sets configuration parameter settings for this CasInitializer.voidsetDescriptor(CpeComponentDescriptor aDescriptor) Deprecated.Sets descriptor path containing configuration for the CasInitializervoidDeprecated.Sets the parameter settings.voidsetSofaNameMappings(CpeSofaMappings mappings) Deprecated.Sets the 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, writePropertyAsElementMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Constructor Details
-
CpeCollectionReaderCasInitializerImpl
public CpeCollectionReaderCasInitializerImpl()Deprecated.Instantiates a new cpe collection reader cas initializer impl.
-
-
Method Details
-
setDescriptor
Deprecated.Description copied from interface:CpeCollectionReaderCasInitializerSets descriptor path containing configuration for the CasInitializer- Specified by:
setDescriptorin interfaceCpeCollectionReaderCasInitializer- Parameters:
aDescriptor- - descriptor path
-
getDescriptor
Deprecated.Description copied from interface:CpeCollectionReaderCasInitializerReturnsCpeComponentDescriptorcontaining CasInitializer descriptor path.- Specified by:
getDescriptorin interfaceCpeCollectionReaderCasInitializer- Returns:
CpeComponentDescriptor
-
getConfigurationParameterSettings
Deprecated.Returns configuration parameter settings for this CasInitializer.- Specified by:
getConfigurationParameterSettingsin interfaceCpeCollectionReaderCasInitializer- Returns:
- the configuration parameter settings
-
setConfigurationParameterSettings
public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings) throws CpeDescriptorException Deprecated.Sets configuration parameter settings for this CasInitializer.- Specified by:
setConfigurationParameterSettingsin interfaceCpeCollectionReaderCasInitializer- Parameters:
settings- the new configuration parameter settings- Throws:
CpeDescriptorException- the cpe descriptor exception
-
getParameterSettings
Deprecated.Gets the parameter settings.- Returns:
- the parameter settings
-
setParameterSettings
Deprecated.Sets the parameter settings.- Parameters:
settings- the new parameter settings
-
getXmlizationInfo
Deprecated.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
-
getSofaNameMappings
Deprecated.Gets the sofa name mappings.- Specified by:
getSofaNameMappingsin interfaceCpeCollectionReaderCasInitializer- Returns:
- the sofa mappings
-
setSofaNameMappings
Deprecated.Sets the sofa name mappings.- Specified by:
setSofaNameMappingsin interfaceCpeCollectionReaderCasInitializer- Parameters:
mappings- the new sofa name mappings
-