Class CasProcessorCpeObject
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.collection.impl.metadata.cpe.CasProcessorCpeObject
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,CpeCasProcessor,MetaDataObject,XMLizable
- Direct Known Subclasses:
CpeIntegratedCasProcessorImpl,CpeLocalCasProcessorImpl,CpeRemoteCasProcessorImpl
public class CasProcessorCpeObject extends MetaDataObject_impl implements CpeCasProcessor
Base class for all CpeCasProcessor objects in the reference implementation. Provides support for getting and setting common configuration settings shared by all CpeCasProcessor objects- 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 Modifier and Type Field Description private static java.lang.String[]actionArrayThe Constant actionArray.private CpeCheckpointcheckpointThe checkpoint.private CasProcessorConfigurationParameterSettingsconfigurationParameterSettingsThe configuration parameter settings.private static java.lang.String[]deployArrayThe Constant deployArray.private java.lang.StringdeploymentThe deployment.private CasProcessorDeploymentParamsdeploymentParametersThe deployment parameters.private CpeComponentDescriptordescriptorThe descriptor.private CasProcessorErrorHandlingerrorHandlingThe error handling.private CasProcessorFilterfilterThe filter.private booleanisParallelizableThe is parallelizable.private java.lang.StringnameThe name.private Parameter[]parametersThe parameters.private ConfigurationParameterSettingsparameterSettingsThe parameter settings.private CasProcessorRunInSeperateProcessrunInSeparateProcessThe run in separate process.private static longserialVersionUIDThe Constant serialVersionUID.private CpeSofaMappingssofaNameMappingsThe sofa name mappings.private static XmlizationInfoXMLIZATION_INFOThe Constant XMLIZATION_INFO.-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description CasProcessorCpeObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddDefaults()Adds default configuration shared by CasProcessors.voidaddDeployParam(java.lang.String aParamName, java.lang.String aParamValue)Adds a given deployment param to the param list.voidbuildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.private intdeleteParam(java.lang.String aParamName)Deletes a given param from a param list if it exists.java.lang.StringgetActionOnMaxError()Return action associated with CasProcessor error tolerance.java.lang.StringgetActionOnMaxRestart()Return action associated with CasProcessor restart tolerance.intgetBatchSize()Returns a batch size associated with this CasProcessor.java.lang.StringgetCasProcessorFilter()Returns filter string associated with this CasProcessor.CpeCheckpointgetCheckpoint()Gets the checkpoint.CasProcessorConfigurationParameterSettingsgetConfigurationParameterSettings()Returns configuration parameter settings for this CasProcessor.CpeComponentDescriptorgetCpeComponentDescriptor()Returns theCpeComponentDescriptorinstance associated with this Cas Processor.java.lang.StringgetDeployment()Returns deployment type associated with this CasProcessor.CasProcessorDeploymentParamsgetDeploymentParameters()Gets the deployment parameters.CasProcessorDeploymentParamsgetDeploymentParams()Returns deployment parameters for this CasProcessor.java.lang.StringgetDescriptor()Deprecated.Doesn't support the new import syntax.CasProcessorErrorHandlinggetErrorHandling()ReturnsCasProcessorErrorHandlingobject containing strategies to deal with errors that may occur during processing.CasProcessorFiltergetFilter()Gets the filter.booleangetIsParallelizable()intgetMaxErrorCount()Associates a threshold for maximum error tolerance.intgetMaxErrorSampleSize()Returns error sample size.intgetMaxRestartCount()Returns max restart tolerance for this CasProcessor.java.lang.StringgetName()Returns a name of this CasProcessor.Parameter[]getParameters()Gets the parameters.ConfigurationParameterSettingsgetParameterSettings()Gets the parameter settings.CasProcessorRunInSeperateProcessgetRunInSeparateProcess()Gets the run in separate process.java.lang.StringgetSOFA()Deprecated.(non-Javadoc)CpeSofaMappingsgetSofaNameMappings()Gets the sofa name mappings.intgetTimeout()Returns max millis to wait for CasProcessor response.protected org.xml.sax.helpers.AttributesImplgetXMLAttributes()Overridden to handle "name" and "value" attributes.protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetActionOnMaxError(java.lang.String aAction)Associates action in the event the errors exceed max tolerance.voidsetActionOnMaxRestart(java.lang.String aAction)Associates action in the event CasProcessor restarts exceed max tolerance.voidsetBatchSize(int aBatchSize)Associates a batch size with this CasProcessor.voidsetCasProcessorFilter(java.lang.String aFilterExpression)Associates a filter string with this CasProcessor.voidsetCasProcessorFilter(CasProcessorFilter aFilter)Sets the cas processor filter.voidsetCheckpoint(CpeCheckpoint checkpoint)Sets the checkpoint.voidsetConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)Sets configuration parameter settings for this CasProcessor.voidsetCpeComponentDescriptor(CpeComponentDescriptor aDescriptor)Sets theCpeComponentDescriptorinstance associated with this Cas Processor.voidsetDeployment(java.lang.String aDeployMode)Associates deployment type with for this CasProcessor.voidsetDeploymentParameters(CasProcessorDeploymentParams parameters)Sets the deployment parameters.protected voidsetDeploymentParams(CasProcessorDeploymentParams aParams)Sets the deployment params.voidsetDescriptor(java.lang.String aDescriptorPath)Associates a given descriptor path with this CasProcessor.voidsetErrorHandling(CasProcessorErrorHandling aErrorHandling)Sets the error handling.voidsetFilter(CasProcessorFilter aFilter)Sets the filter.voidsetIsParallelizable(boolean isP)voidsetMaxErrorCount(int aErrorCount)Associates a threshold for maximum error tolerance.voidsetMaxErrorSampleSize(int aErrorSampleSize)Associates a threshold for maximum error tolerance.voidsetMaxRestartCount(int aRestartCount)Associates max tolerance for CasProcessor restarts.voidsetName(java.lang.String aName)Associates a name with this CasProcessor.voidsetParameters(Parameter[] aparameters)Sets the parameters.voidsetParameterSettings(ConfigurationParameterSettings settings)Sets the parameter settings.voidsetRunInSeparateProcess(CasProcessorRunInSeperateProcess process)Sets the run in separate process.voidsetSOFA(java.lang.String aSoFa)Deprecated.voidsetSofaNameMappings(CpeSofaMappings mappings)Sets the sofa name mappings.voidsetTimeout(int aTimeoutValue)Associates timeout in terms of ms, with this CasProcessor.private booleanvalidAction(java.lang.String aAction)Check if the action String is valid.-
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, 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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The Constant serialVersionUID.- See Also:
- Constant Field Values
-
actionArray
private static final java.lang.String[] actionArray
The Constant actionArray.
-
deployArray
private static final java.lang.String[] deployArray
The Constant deployArray.
-
descriptor
private CpeComponentDescriptor descriptor
The descriptor.
-
parameters
private Parameter[] parameters
The parameters.
-
runInSeparateProcess
private CasProcessorRunInSeperateProcess runInSeparateProcess
The run in separate process.
-
filter
private CasProcessorFilter filter
The filter.
-
errorHandling
private CasProcessorErrorHandling errorHandling
The error handling.
-
checkpoint
private CpeCheckpoint checkpoint
The checkpoint.
-
deployment
private java.lang.String deployment
The deployment.
-
name
private java.lang.String name
The name.
-
deploymentParameters
private CasProcessorDeploymentParams deploymentParameters
The deployment parameters.
-
configurationParameterSettings
private CasProcessorConfigurationParameterSettings configurationParameterSettings
The configuration parameter settings.
-
parameterSettings
private ConfigurationParameterSettings parameterSettings
The parameter settings.
-
sofaNameMappings
private CpeSofaMappings sofaNameMappings
The sofa name mappings.
-
isParallelizable
private boolean isParallelizable
The is parallelizable.
-
XMLIZATION_INFO
private static final XmlizationInfo XMLIZATION_INFO
The Constant XMLIZATION_INFO.
-
-
Method Detail
-
setDeployment
public void setDeployment(java.lang.String aDeployMode) throws CpeDescriptorExceptionAssociates deployment type with for this CasProcessor. Three types are currently supported:- integrated - CasProcessor is collocated with the CPM
- local - CasProcessor runs on the same machine as the CPM however in a different process
- remote - CasProcessor runs on remote machine
- Parameters:
aDeployMode- - String identifying deployment type- Throws:
CpeDescriptorException- - if invalid deployment type is provided
-
getDeployment
public java.lang.String getDeployment()
Returns deployment type associated with this CasProcessor.- Specified by:
getDeploymentin interfaceCpeCasProcessor- Returns:
- String - deployment type
-
setDescriptor
public void setDescriptor(java.lang.String aDescriptorPath) throws CpeDescriptorExceptionAssociates a given descriptor path with this CasProcessor.- Specified by:
setDescriptorin interfaceCpeCasProcessor- Parameters:
aDescriptorPath- - path to the descriptor- Throws:
CpeDescriptorException- tbd
-
getDescriptor
@Deprecated public java.lang.String getDescriptor()
Deprecated.Doesn't support the new import syntax. Use getCpeComponentDescriptor().findAbsoluteUrl() instead.Returns a descriptor path associated with this CasProcessor.- Specified by:
getDescriptorin interfaceCpeCasProcessor- Returns:
- String - descriptor path
-
getCpeComponentDescriptor
public CpeComponentDescriptor getCpeComponentDescriptor()
Returns theCpeComponentDescriptorinstance associated with this Cas Processor. That object contains a path to the component descriptor.- Specified by:
getCpeComponentDescriptorin interfaceCpeCasProcessor- Returns:
CpeComponentDescriptorinstance
-
setCasProcessorFilter
public void setCasProcessorFilter(java.lang.String aFilterExpression)
Associates a filter string with this CasProcessor. A filter provides a mechanism that facilitates efficient routing of Cas's to the CasProcessor.- Specified by:
setCasProcessorFilterin interfaceCpeCasProcessor- Parameters:
aFilterExpression- - String containing a filter
-
getCasProcessorFilter
public java.lang.String getCasProcessorFilter()
Returns filter string associated with this CasProcessor.- Specified by:
getCasProcessorFilterin interfaceCpeCasProcessor- Returns:
- String - a filter string
-
addDefaults
protected void addDefaults() throws CpeDescriptorExceptionAdds default configuration shared by CasProcessors.- Throws:
CpeDescriptorException- tbd
-
setBatchSize
public void setBatchSize(int aBatchSize)
Associates a batch size with this CasProcessor.- Specified by:
setBatchSizein interfaceCpeCasProcessor- Parameters:
aBatchSize- - batch size of this CasProcessor
-
getBatchSize
public int getBatchSize()
Returns a batch size associated with this CasProcessor.- Specified by:
getBatchSizein interfaceCpeCasProcessor- Returns:
- - batch size as int, 0 if not defined.
-
deleteParam
private int deleteParam(java.lang.String aParamName) throws CpeDescriptorExceptionDeletes a given param from a param list if it exists. Returns a position in the current Param List for a given 'aParamName'.- Parameters:
aParamName- - name of the param to find.- Returns:
- - position in the list as int, -1 if not found
- Throws:
CpeDescriptorException- the cpe descriptor exception
-
addDeployParam
public void addDeployParam(java.lang.String aParamName, java.lang.String aParamValue) throws CpeDescriptorExceptionAdds a given deployment param to the param list. If a param with a given name exists in the list its value will be over-written.- Specified by:
addDeployParamin interfaceCpeCasProcessor- Parameters:
aParamName- - name of the new parameteraParamValue- - value of the new parameter- Throws:
CpeDescriptorException- tbd
-
setDeploymentParams
protected void setDeploymentParams(CasProcessorDeploymentParams aParams) throws CpeDescriptorException
Sets the deployment params.- Parameters:
aParams- the new deployment params- Throws:
CpeDescriptorException- tbd
-
getDeploymentParams
public CasProcessorDeploymentParams getDeploymentParams()
Returns deployment parameters for this CasProcessor.- Specified by:
getDeploymentParamsin interfaceCpeCasProcessor- Returns:
- the deployment parameters
- See Also:
instance
-
setName
public void setName(java.lang.String aName) throws CpeDescriptorExceptionAssociates a name with this CasProcessor.- Specified by:
setNamein interfaceCpeCasProcessor- Parameters:
aName- - name as string- Throws:
CpeDescriptorException- tbd
-
getName
public java.lang.String getName()
Returns a name of this CasProcessor.- Specified by:
getNamein interfaceCpeCasProcessor- Returns:
- - CasProcessor name as string, null if name undefined
-
setSOFA
@Deprecated public void setSOFA(java.lang.String aSoFa) throws CpeDescriptorExceptionDeprecated.Sets the sofa.- Specified by:
setSOFAin interfaceCpeCasProcessor- Parameters:
aSoFa- the new sofa- Throws:
CpeDescriptorException- tbd
-
getSOFA
@Deprecated public java.lang.String getSOFA()
Deprecated.(non-Javadoc)Gets the sofa.- Specified by:
getSOFAin interfaceCpeCasProcessor- Returns:
- the sofa
- See Also:
CpeCasProcessor.getSOFA()
-
setCpeComponentDescriptor
public void setCpeComponentDescriptor(CpeComponentDescriptor aDescriptor) throws CpeDescriptorException
Description copied from interface:CpeCasProcessorSets theCpeComponentDescriptorinstance associated with this Cas Processor. That object contains a path to the component descriptor.- Specified by:
setCpeComponentDescriptorin interfaceCpeCasProcessor- Parameters:
aDescriptor-CpeComponentDescriptorinstance- Throws:
CpeDescriptorException- tbd
-
setCasProcessorFilter
public void setCasProcessorFilter(CasProcessorFilter aFilter) throws CpeDescriptorException
Sets the cas processor filter.- Parameters:
aFilter- the new cas processor filter- Throws:
CpeDescriptorException- the cpe descriptor exception
-
setErrorHandling
public void setErrorHandling(CasProcessorErrorHandling aErrorHandling) throws CpeDescriptorException
Sets the error handling.- Parameters:
aErrorHandling- the new error handling- Throws:
CpeDescriptorException- the cpe descriptor exception
-
getErrorHandling
public CasProcessorErrorHandling getErrorHandling()
Description copied from interface:CpeCasProcessorReturnsCasProcessorErrorHandlingobject containing strategies to deal with errors that may occur during processing. This object provides the means of modifying error thresholds and actions to take when error thresholds are exceeded.- Specified by:
getErrorHandlingin interfaceCpeCasProcessor- Returns:
CasProcessorErrorHandling
-
setMaxErrorCount
public void setMaxErrorCount(int aErrorCount)
Associates a threshold for maximum error tolerance. Errors are defined in terms as a quotient. For example, 4/1000 which means max 4 errors per thousand (sample size) CAS's processed. The sample size is defined seperately.- Specified by:
setMaxErrorCountin interfaceCpeCasProcessor- Parameters:
aErrorCount- - max error tolerance
-
getMaxErrorCount
public int getMaxErrorCount()
Associates a threshold for maximum error tolerance. Errors are defined in terms as a quotient. For example, 4/1000 which means max 4 errors per thousand (sample size) CAS's processed. The sample size is defined seperately.- Specified by:
getMaxErrorCountin interfaceCpeCasProcessor- Returns:
- max error tolerance
-
setMaxErrorSampleSize
public void setMaxErrorSampleSize(int aErrorSampleSize)
Associates a threshold for maximum error tolerance. Errors are defined in terms as a quotient. For example, 4/1000 which means max 4 errors per thousand (sample size) CAS's processed. The sample size is defined seperately.- Specified by:
setMaxErrorSampleSizein interfaceCpeCasProcessor- Parameters:
aErrorSampleSize- - max error tolerance
-
getMaxErrorSampleSize
public int getMaxErrorSampleSize()
Returns error sample size. The value is used to determine the max error tolerance for this CasProcessor. Error thresholds are defines as quotients. Error Count / Sample Size for example, 3/1000, which means 3 errors per thousand.- Specified by:
getMaxErrorSampleSizein interfaceCpeCasProcessor- Returns:
- - the sample size
-
validAction
private boolean validAction(java.lang.String aAction)
Check if the action String is valid.- Parameters:
aAction- - action as string- Returns:
- - true is valid, false otherwise
-
setActionOnMaxError
public void setActionOnMaxError(java.lang.String aAction)
Associates action in the event the errors exceed max tolerance. In such case, the action determines appropriate strategy ( terminate, continue, disable).- Specified by:
setActionOnMaxErrorin interfaceCpeCasProcessor- Parameters:
aAction- - action string
-
getActionOnMaxError
public java.lang.String getActionOnMaxError()
Return action associated with CasProcessor error tolerance.- Specified by:
getActionOnMaxErrorin interfaceCpeCasProcessor- Returns:
- - action as string ( terminate, continue, disable), null when not defined
-
setActionOnMaxRestart
public void setActionOnMaxRestart(java.lang.String aAction)
Associates action in the event CasProcessor restarts exceed max tolerance. In such case, the action determines appropriate strategy ( terminate, continue, disable).- Specified by:
setActionOnMaxRestartin interfaceCpeCasProcessor- Parameters:
aAction- - action string
-
getActionOnMaxRestart
public java.lang.String getActionOnMaxRestart()
Return action associated with CasProcessor restart tolerance.- Specified by:
getActionOnMaxRestartin interfaceCpeCasProcessor- Returns:
- - action as string ( terminate, continue, disable), null when not defined
-
setMaxRestartCount
public void setMaxRestartCount(int aRestartCount)
Associates max tolerance for CasProcessor restarts.- Specified by:
setMaxRestartCountin interfaceCpeCasProcessor- Parameters:
aRestartCount- - max number of restarts
-
getMaxRestartCount
public int getMaxRestartCount()
Returns max restart tolerance for this CasProcessor.- Specified by:
getMaxRestartCountin interfaceCpeCasProcessor- Returns:
- - restart count as int, 0 if not defined
-
setTimeout
public void setTimeout(int aTimeoutValue)
Associates timeout in terms of ms, with this CasProcessor. It is the max number of millis to wait for response.- Specified by:
setTimeoutin interfaceCpeCasProcessor- Parameters:
aTimeoutValue- - millis to wait for response
-
getTimeout
public int getTimeout()
Returns max millis to wait for CasProcessor response.- Specified by:
getTimeoutin interfaceCpeCasProcessor- Returns:
- - millis, 0 if not defined
-
setConfigurationParameterSettings
public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings) throws CpeDescriptorException
Sets configuration parameter settings for this CasProcessor.- Specified by:
setConfigurationParameterSettingsin interfaceCpeCasProcessor- Parameters:
settings- the new configuration parameter settings- Throws:
CpeDescriptorException- the cpe descriptor exception
-
getConfigurationParameterSettings
public CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
Returns configuration parameter settings for this CasProcessor.- Specified by:
getConfigurationParameterSettingsin interfaceCpeCasProcessor- Returns:
- the configuration parameter settings
-
setParameterSettings
public void setParameterSettings(ConfigurationParameterSettings settings)
Sets the parameter settings.- Parameters:
settings- the new parameter settings
-
getParameterSettings
public ConfigurationParameterSettings getParameterSettings()
Gets the parameter settings.- Returns:
- configuration parameter settings
-
getParameters
public Parameter[] getParameters()
Gets the parameters.- Returns:
- parameters
-
getFilter
public CasProcessorFilter getFilter()
Gets the filter.- Returns:
- filter
-
setCheckpoint
public void setCheckpoint(CpeCheckpoint checkpoint)
Sets the checkpoint.- Parameters:
checkpoint- the new checkpoint
-
setParameters
public void setParameters(Parameter[] aparameters)
Sets the parameters.- Parameters:
aparameters- the new parameters
-
setFilter
public void setFilter(CasProcessorFilter aFilter)
Sets the filter.- Parameters:
aFilter- the new filter
-
getRunInSeparateProcess
public CasProcessorRunInSeperateProcess getRunInSeparateProcess()
Gets the run in separate process.- Specified by:
getRunInSeparateProcessin interfaceCpeCasProcessor- Returns:
- container with configuration info for running CasProcessor in separate process
-
setRunInSeparateProcess
public void setRunInSeparateProcess(CasProcessorRunInSeperateProcess process)
Sets the run in separate process.- Parameters:
process- container with configuration info for running CasProcessor in separate process
-
getDeploymentParameters
public CasProcessorDeploymentParams getDeploymentParameters()
Gets the deployment parameters.- Returns:
- deployment parameters
-
setDeploymentParameters
public void setDeploymentParameters(CasProcessorDeploymentParams parameters)
Sets the deployment parameters.- Parameters:
parameters- deployment parameters
-
buildFromXMLElement
public void buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) throws InvalidXMLExceptionOverridden to read "name" and "value" attributes.- Specified by:
buildFromXMLElementin interfaceXMLizable- Overrides:
buildFromXMLElementin classMetaDataObject_impl- Parameters:
aElement- the a elementaParser- the a parseraOptions- the a options- Throws:
InvalidXMLException- the invalid XML exception- See Also:
MetaDataObject_impl.buildFromXMLElement(org.w3c.dom.Element, org.apache.uima.util.XMLParser, org.apache.uima.util.XMLParser.ParsingOptions)
-
getXMLAttributes
protected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
Overridden to handle "name" and "value" attributes.- Overrides:
getXMLAttributesin classMetaDataObject_impl- Returns:
- the XML attributes
- See Also:
MetaDataObject_impl.getXMLAttributes()
-
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
-
getCheckpoint
public CpeCheckpoint getCheckpoint()
Gets the checkpoint.- Specified by:
getCheckpointin interfaceCpeCasProcessor- Returns:
- configuration for a checkpoint
-
getSofaNameMappings
public CpeSofaMappings getSofaNameMappings()
Gets the sofa name mappings.- Specified by:
getSofaNameMappingsin interfaceCpeCasProcessor- Returns:
- sofa name mappings
-
setSofaNameMappings
public void setSofaNameMappings(CpeSofaMappings mappings)
Sets the sofa name mappings.- Specified by:
setSofaNameMappingsin interfaceCpeCasProcessor- Parameters:
mappings- sofa name mappings
-
setIsParallelizable
public void setIsParallelizable(boolean isP)
- Specified by:
setIsParallelizablein interfaceCpeCasProcessor
-
getIsParallelizable
public boolean getIsParallelizable()
- Specified by:
getIsParallelizablein interfaceCpeCasProcessor
-
-