Annotation#
- class ansys.sam.sysml2.meta_model.annotation.Annotation(element_id: str)#
Bases:
ansys.sam.sysml2.meta_model.relationship.RelationshipJava class ‘com.ansys.medini.metamodel.sysml.Annotation’.
Overview#
Get the annotated element property. |
|
Get the annotating element property. |
Import detail#
from ansys.sam.sysml2.meta_model.annotation import Annotation
Property detail#
- property Annotation.annotated_element: Element#
Get the annotated element property.
- Returns:
- “Element”
Value of property annotated element.
- property Annotation.annotating_element: AnnotatingElement#
Get the annotating element property.
- Returns:
- “AnnotatingElement”
Value of property annotating element.