ConfigurationSet object. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
def | configuration_data |
def | configuration_data |
def | id |
def | id |
def | parse_xml_node |
def | parse_yaml |
def | save_xml |
def | to_dict |
Public Attributes | |
id | |
Private Attributes | |
_config_data | |
_id |
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 | ) |
Definition at line 54 of file config_set.py.
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 | |||
) |
Definition at line 72 of file config_set.py.
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 | |||
) |
Definition at line 89 of file config_set.py.
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.
Definition at line 47 of file config_set.py.
Definition at line 47 of file config_set.py.
Definition at line 97 of file config_set.py.