Uses of Interface
org.apache.uima.collection.metadata.NameValuePair
-
Packages that use NameValuePair Package Description org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. -
-
Uses of NameValuePair in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container with parameters of type NameValuePair Modifier and Type Method Description private boolean
CPEFactory. overrideParameterIfExists(ResourceSpecifier aResourceSpecifier, NameValuePair aCPE_nvp, java.lang.String aComponentName)
Override component's parameters.private void
CPEFactory. replaceArray(java.lang.String aType, boolean aMandatoryParam, ConfigurationParameterSettings aCps, NameValuePair aCPE_nvp, java.lang.String aComponentName)
Replace array values found in the component's descriptor with values found in the CPE descriptor.private void
CPEFactory. replacePrimitive(java.lang.String aType, boolean aMandatoryParam, ConfigurationParameterSettings aCps, NameValuePair aCPE_nvp, java.lang.String aComponentName)
Replace a primitive value of a given parameter with a value defined in the CPE descriptor. -
Uses of NameValuePair in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement NameValuePair Modifier and Type Class Description class
NameValuePairImpl
The Class NameValuePairImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as NameValuePair Modifier and Type Field Description private NameValuePair[]
CasProcessorConfigurationParameterSettingsImpl. params
The params.Methods in org.apache.uima.collection.impl.metadata.cpe that return NameValuePair Modifier and Type Method Description NameValuePair[]
CasProcessorConfigurationParameterSettingsImpl. getParameterSettings()
private NameValuePair
CasProcessorConfigurationParameterSettingsImpl. getParamValueObject(java.lang.String aParamName)
Gets the param value object.static NameValuePair
CpeDescriptorFactory. produceNameValuePair()
Produce name value pair. -
Uses of NameValuePair in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return NameValuePair Modifier and Type Method Description NameValuePair[]
CasProcessorConfigurationParameterSettings. getParameterSettings()
Gets the settings for configuration parameters that are not in any group.
-