TextualRepresentation#

class ansys.sam.sysml2.meta_model.textual_representation.TextualRepresentation(element_id: str)#

Bases: ansys.sam.sysml2.meta_model.annotating_element.AnnotatingElement

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

Overview#

language

Get the language property.

body

Get the body property.

represented_element

Get the represented element property.

Import detail#

from ansys.sam.sysml2.meta_model.textual_representation import TextualRepresentation

Property detail#

property TextualRepresentation.language: str#

Get the language property.

Returns:
str

Value of property language.

property TextualRepresentation.body: str#

Get the body property.

Returns:
str

Value of property body.

property TextualRepresentation.represented_element: Element#

Get the represented element property.

Returns:
“Element”

Value of property represented element.