Participant object.
More...
Participant object.
This object contains a reference to a component object that is part of a
composite component.
Definition at line 34 of file participant.py.
def rtsprofile.participant.Participant.__init__ |
( |
|
self, |
|
|
|
target_component = None |
|
) |
| |
Constructor.
@param target_component The target component of this participant.
@type target_component TargetComponent
Definition at line 40 of file participant.py.
def rtsprofile.participant.Participant.__str__ |
( |
|
self | ) |
|
def rtsprofile.participant.Participant.parse_xml_node |
( |
|
self, |
|
|
|
node |
|
) |
| |
Parse an xml.dom Node object representing a participant into this
object.
Definition at line 65 of file participant.py.
def rtsprofile.participant.Participant.parse_yaml_node |
( |
|
self, |
|
|
|
y |
|
) |
| |
Parse a YAML specification of a participant into this object.
Definition at line 76 of file participant.py.
def rtsprofile.participant.Participant.save_xml |
( |
|
self, |
|
|
|
doc, |
|
|
|
element |
|
) |
| |
Save this participant into an xml.dom.Element object.
Definition at line 83 of file participant.py.
def rtsprofile.participant.Participant.target_component |
( |
|
self | ) |
|
The target component of this participant.
Definition at line 55 of file participant.py.
def rtsprofile.participant.Participant.target_component |
( |
|
self, |
|
|
|
target_component |
|
) |
| |
def rtsprofile.participant.Participant.to_dict |
( |
|
self | ) |
|
Save this participant into a dictionary.
Definition at line 89 of file participant.py.
rtsprofile.participant.Participant._target_component |
|
private |
rtsprofile.participant.Participant.target_component |
The documentation for this class was generated from the following file: