Association#

class ansys.sam.sysml2.meta_model.association.Association(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#

association_end

Get the association end property.

target_type

Get the target type property.

source_type

Get the source type property.

related_type

Get the related type property.

Import detail#

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

Property detail#

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.

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.