TextualRepresentation#

class ansys.sam.sysml2.meta_model.textual_representation.TextualRepresentation(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: None#

Get the body property.

Returns:
None

Value of property body.

property TextualRepresentation.represented_element: None#

Get the represented element property.

Returns:
None

Value of property represented element.