Association#

class ansys.sam.sysml2.meta_model.association.Association(element_id: str)#

Bases: ansys.sam.sysml2.meta_model.classifier.Classifier, ansys.sam.sysml2.meta_model.relationship.Relationship

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

Overview#

source_type

Get the source type property.

related_type

Get the related type property.

association_end

Get the association end property.

target_type

Get the target type property.

Import detail#

from ansys.sam.sysml2.meta_model.association import Association

Property detail#

property Association.source_type: Type#

Get the source type property.

Returns:
“Type”

Value of property source type.

property Association.related_type: list[Type]#

Get the related type property.

Returns:
list[“Type”]

Value of property related type.

property Association.association_end: list[Feature]#

Get the association end property.

Returns:
list[“Feature”]

Value of property association end.

property Association.target_type: list[Type]#

Get the target type property.

Returns:
list[“Type”]

Value of property target type.