Public Member Functions | Public Attributes | Private Attributes
rtsprofile.config_set.ConfigurationSet Class Reference

ConfigurationSet object. More...

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Definition at line 89 of file config_set.py.

Parse an xml.dom Node object representing a configuration set into
this object.

Definition at line 94 of file config_set.py.

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.

Save this configuration set into a dictionary.

Definition at line 126 of file config_set.py.


Member Data Documentation

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.


The documentation for this class was generated from the following file:


rtsprofile
Author(s): Geoffrey Biggs
autogenerated on Sun Mar 26 2017 03:39:43