:class:`Dependency` =================== .. py:class:: ansys.sam.sysml2.meta_model.dependency.Dependency(id: str) Bases: :py:obj:`ansys.sam.sysml2.meta_model.relationship.Relationship` Java class 'com.ansys.medini.metamodel.sysml.Dependency'. .. !! processed by numpydoc !! .. py:currentmodule:: Dependency Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~supplier` - Get the supplier property. * - :py:attr:`~client` - Get the client property. Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.dependency import Dependency Property detail --------------- .. py:property:: supplier :type: List[Element] Get the supplier property. :Returns: :obj:`List`\["Element"] Value of property supplier. .. !! processed by numpydoc !! .. py:property:: client :type: List[Element] Get the client property. :Returns: :obj:`List`\["Element"] Value of property client. .. !! processed by numpydoc !!