ComponentGroup object.
More...
ComponentGroup object.
A group of components in the RT system.
Definition at line 33 of file component_group.py.
def rtsprofile.component_group.ComponentGroup.__init__ |
( |
|
self, |
|
|
|
group_id = '' , |
|
|
|
members = [] |
|
) |
| |
Constructor.
@param group_id ID of the group.
@type group_id str
@param members Members of the group. At least one must be present.
@type members list
Definition at line 36 of file component_group.py.
def rtsprofile.component_group.ComponentGroup.__str__ |
( |
|
self | ) |
|
def rtsprofile.component_group.ComponentGroup.group_id |
( |
|
self | ) |
|
The ID used to distinguish this group in the RT system.
Definition at line 61 of file component_group.py.
def rtsprofile.component_group.ComponentGroup.group_id |
( |
|
self, |
|
|
|
group_id |
|
) |
| |
def rtsprofile.component_group.ComponentGroup.members |
( |
|
self | ) |
|
A list of the components in the group.
At least one must be present.
Definition at line 72 of file component_group.py.
def rtsprofile.component_group.ComponentGroup.members |
( |
|
self, |
|
|
|
members |
|
) |
| |
def rtsprofile.component_group.ComponentGroup.parse_xml_node |
( |
|
self, |
|
|
|
node |
|
) |
| |
Parse an xml.dom Node object representing a component group into
this object.
Definition at line 86 of file component_group.py.
def rtsprofile.component_group.ComponentGroup.parse_yaml |
( |
|
self, |
|
|
|
node |
|
) |
| |
Parse a YAML specification of a component group into this
object.
Definition at line 97 of file component_group.py.
def rtsprofile.component_group.ComponentGroup.save_xml |
( |
|
self, |
|
|
|
doc, |
|
|
|
element |
|
) |
| |
Save this component group into an xml.dom.Element object.
Definition at line 109 of file component_group.py.
def rtsprofile.component_group.ComponentGroup.to_dict |
( |
|
self | ) |
|
rtsprofile.component_group.ComponentGroup._group_id |
|
private |
rtsprofile.component_group.ComponentGroup._members |
|
private |
rtsprofile.component_group.ComponentGroup.group_id |
The documentation for this class was generated from the following file: