The inherited_element.py module#

Summary#

InheritedElement

A proxy class for the element that is not created yet.

build_composed_name

Build a composed name for the inherited element.

Description#

A proxy class for the element that is not created yet.

Module detail#

inherited_element.build_composed_name(owner, element, is_inherited)#

Build a composed name for the inherited element.

Parameters:
ownerSysMLElement

The owner of the inherited element.

elementSysMLElement

The inherited element.

is_inheritedbool

Whether the element is inherited or not.

Returns:
str

The composed name for the inherited element.