Skip to content

diagram_element

Model definitions for DiagramElement.

CLASS DESCRIPTION
DiagramElement

DiagramElement is the abstract supertype of all elements that can be nested in a diagram.

Classes

DiagramElement dataclass

DiagramElement(*, id: Optional[str] = None)

DiagramElement is the abstract supertype of all elements that can be nested in a diagram.

ATTRIBUTE DESCRIPTION
id

The unique identifier of the diagram element.

TYPE: Optional[str]

Attributes

id class-attribute instance-attribute
id: Optional[str] = field(default=None, metadata={'type': 'Attribute'})

The unique identifier of the diagram element.

Functions