Dependency#

class ansys.sam.sysml2.meta_model.dependency.Dependency(element_id: str)#

Bases: ansys.sam.sysml2.meta_model.relationship.Relationship

Java class ‘com.ansys.medini.metamodel.sysml.Dependency’.

Overview#

client

Get the client property.

supplier

Get the supplier property.

Import detail#

from ansys.sam.sysml2.meta_model.dependency import Dependency

Property detail#

property Dependency.client: list[Element]#

Get the client property.

Returns:
list[“Element”]

Value of property client.

property Dependency.supplier: list[Element]#

Get the supplier property.

Returns:
list[“Element”]

Value of property supplier.