HierarchyElement
#
- class ansys.scade.pyalmgw.documents.HierarchyElement(owner, identifier: str = '', text: str = '', description: str = '')#
Bases:
Container
Base class for
Section
andRequirement
classes.
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 HierarchyElement
Property detail#
Attribute detail#
- HierarchyElement.description = ''#
Method detail#
- HierarchyElement.parse(tree: Any)#
Parse the current object from an XML element.