Participant object. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
def | parse_xml_node |
def | parse_yaml_node |
def | save_xml |
def | target_component |
def | target_component |
def | to_dict |
Public Attributes | |
target_component | |
Private Attributes | |
_target_component |
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 | ) |
Definition at line 51 of file participant.py.
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.
The target component of this participant.
Definition at line 55 of file participant.py.
def rtsprofile.participant.Participant.target_component | ( | self, | |
target_component | |||
) |
Definition at line 60 of file participant.py.
def rtsprofile.participant.Participant.to_dict | ( | self | ) |
Save this participant into a dictionary.
Definition at line 89 of file participant.py.
Definition at line 45 of file participant.py.
Definition at line 68 of file participant.py.