TraceabilityLink
#
- class ansys.scade.pyalmgw.documents.TraceabilityLink(owner: ReqProject, requirement: Requirement | None = None, source: str = '', target: str = '')#
Bases:
ReqObject
Implements the
TraceabilityLinkEntity
complex type.
Overview#
Parse the current object from an XML element. |
Return the attributes to be serialized as a dictionary. |
Import detail#
from ansys.scade.pyalmgw.documents import TraceabilityLink
Property detail#
Attribute detail#
- TraceabilityLink.requirement = None#
- TraceabilityLink.source = ''#
- TraceabilityLink.target = ''#
- TraceabilityLink.xml_tag = 'TraceabilityLink'#
Method detail#
- TraceabilityLink.parse(elem: Any)#
Parse the current object from an XML element.