|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationGroup
A group of 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.
Method Summary | |
---|---|
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. |
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 |
Method Detail |
---|
String[] getNames()
ConfigurationGroup object.
- Returns:
- an array of group names. Names are not allowed to contain
whitespace.
void setNames(String[] aNames)
ConfigurationGroup object.
- Parameters:
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 add
UIMA_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 modifiable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |