class documentation

class Relationship(Figure): (source)

View In Hierarchy

A relationship from an object in the diagram to another.

Method __init__ Undocumented
Instance Variable from_object Undocumented
Instance Variable name Undocumented
Instance Variable to_object Undocumented
Instance Variable type Undocumented

Inherited from Figure:

Instance Variable fig_id Undocumented
def __init__(self, from_object: DiagramEntity, to_object: DiagramEntity, relation_type: str, name: str|None = None): (source)
from_object = (source)

Undocumented

Undocumented

to_object = (source)

Undocumented

Undocumented