ConfigurationSet object.
More...
ConfigurationSet object.
Represents a configuration set.
A configuration set is a collection of configuration parameters. An RT
Component can have multiple configuration sets.
Definition at line 34 of file config_set.py.
def rtsprofile.config_set.ConfigurationSet.__init__ |
( |
|
self, |
|
|
|
id = '' |
|
) |
| |
Constructor.
@param id The configuration set ID.
@type id str
Definition at line 42 of file config_set.py.
def rtsprofile.config_set.ConfigurationSet.__str__ |
( |
|
self | ) |
|
def rtsprofile.config_set.ConfigurationSet.configuration_data |
( |
|
self | ) |
|
The configuration parameters contained in this set.
May be an empty list if this set has no parameters.
Definition at line 63 of file config_set.py.
def rtsprofile.config_set.ConfigurationSet.configuration_data |
( |
|
self, |
|
|
|
configuration_data |
|
) |
| |
def rtsprofile.config_set.ConfigurationSet.id |
( |
|
self | ) |
|
The configuration set ID.
Used to distinguish this configuration set from others in the RT
Component.
Definition at line 79 of file config_set.py.
def rtsprofile.config_set.ConfigurationSet.id |
( |
|
self, |
|
|
|
id |
|
) |
| |
def rtsprofile.config_set.ConfigurationSet.parse_xml_node |
( |
|
self, |
|
|
|
node |
|
) |
| |
Parse an xml.dom Node object representing a configuration set into
this object.
Definition at line 94 of file config_set.py.
def rtsprofile.config_set.ConfigurationSet.parse_yaml |
( |
|
self, |
|
|
|
y |
|
) |
| |
Parse a YAML specification of a configuration set into this
object.
Definition at line 105 of file config_set.py.
def rtsprofile.config_set.ConfigurationSet.save_xml |
( |
|
self, |
|
|
|
doc, |
|
|
|
element |
|
) |
| |
Save this configuration set into an xml.dom.Element object.
Definition at line 117 of file config_set.py.
def rtsprofile.config_set.ConfigurationSet.to_dict |
( |
|
self | ) |
|
Save this configuration set into a dictionary.
Definition at line 126 of file config_set.py.
rtsprofile.config_set.ConfigurationSet._config_data |
|
private |
rtsprofile.config_set.ConfigurationSet._id |
|
private |
rtsprofile.config_set.ConfigurationSet.id |
The documentation for this class was generated from the following file: