Annotation#

class ansys.sam.sysml2.meta_model.annotation.Annotation(id: str)#

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

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

Overview#

annotated_element

Get the annotated element property.

annotating_element

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: None#

Get the annotating element property.

Returns:
None

Value of property annotating element.