diagram
Model definitions for Diagram.
| CLASS | DESCRIPTION |
|---|---|
Diagram |
A diagram is a container for a graph of diagram elements that depicts all or part of a model. |
Classes¶
Diagram
dataclass
¶
Diagram(
*,
name: Optional[str] = None,
documentation: Optional[str] = None,
resolution: Optional[float] = None,
id: Optional[str] = None
)
A diagram is a container for a graph of diagram elements that depicts all or part of a model.
| ATTRIBUTE | DESCRIPTION |
|---|---|
documentation |
The documentation of the diagram. |
id |
The unique identifier of the diagram. |
name |
The name of the diagram. |
resolution |
The printing resolution of the diagram is expressed in Units Per Inch (UPI). |