Dependency#

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

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

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

Overview#

supplier

Get the supplier property.

client

Get the client property.

Import detail#

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

Property detail#

property Dependency.supplier: List[Element]#

Get the supplier property.

Returns:
List[“Element”]

Value of property supplier.

property Dependency.client: List[Element]#

Get the client property.

Returns:
List[“Element”]

Value of property client.