The ``sysml_inherited_element.py`` module ========================================= .. py:module:: ansys.sam.sysml2.classes.sysml_inherited_element Summary ------- .. py:currentmodule:: sysml_inherited_element .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.sam.sysml2.classes.sysml_inherited_element.SysMLInheritedElement` - A proxy class for the element that is not created yet. .. tab-item:: Functions .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~build_composed_name` - Build a composed name for the inherited element. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: SysMLInheritedElement Description ----------- A proxy class for the element that is not created yet. .. !! processed by numpydoc !! Module detail ------------- .. py:function:: build_composed_name(owner, element, is_inherited) Build a composed name for the inherited element. :Parameters: **owner** : :obj:`EObject` The owner of the inherited element. **element** : :obj:`EObject` The inherited element. **is_inherited** : :ref:`bool ` Whether the element is inherited or not. :Returns: :class:`python:str` The composed name for the inherited element. .. !! processed by numpydoc !!