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.RelationshipJava class ‘com.ansys.medini.metamodel.sysml.Association’.
Overview#
Get the association end property. |
|
Get the target type property. |
|
Get the source type property. |
|
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.
Get the related type property.
- Returns:
List[“Type”]Value of property related type.