public interface ConfigurationGroup extends MetaDataObject
ConfigurationParameter
s. Actually, a single ConfigurationGroup
object can have multiple group names, in which case it represents multiple groups that all share
the same parameters.Modifier and Type | Method and Description |
---|---|
void |
addConfigurationParameter(ConfigurationParameter aConfigurationParameter)
Adds a Configuration Parameter to this group.
|
ConfigurationParameter[] |
getConfigurationParameters()
Gets the configuration parameters in this group.
|
String[] |
getNames()
Gets the group names for this
ConfigurationGroup object. |
void |
removeConfigurationParameter(ConfigurationParameter aConfigurationParameter)
Removes an Configuration Parameter from this group.
|
void |
setConfigurationParameters(ConfigurationParameter[] aParams)
Sets the configuration parameters in this group.
|
void |
setNames(String[] aNames)
Sets the group names for this
ConfigurationGroup object. |
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
String[] getNames()
ConfigurationGroup
object.void setNames(String[] aNames)
ConfigurationGroup
object.aNames
- an array of group names. Names are not allowed to
contain whitespace.ConfigurationParameter[] getConfigurationParameters()
ConfigurationParameter
objects, each of which describes a
configuration parameter in this group.void setConfigurationParameters(ConfigurationParameter[] aParams)
aParams
- an array containing ConfigurationParameter
objects, each of which describes a
configuration parameter in this group.void addConfigurationParameter(ConfigurationParameter aConfigurationParameter)
aConfigurationParameter
- the Configuration Parameter to addUIMA_UnsupportedOperationException
- if this object is not modifiablevoid removeConfigurationParameter(ConfigurationParameter aConfigurationParameter)
aConfigurationParameter
- the Configuration Parameter to remove (must be == with an ConfigurationParameter in
this group, or this method will do nothing).UIMA_UnsupportedOperationException
- if this object is not modifiableCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.