AbstractDiagram

Graphical representation of a model.

A diagram is a attached to a ModelElement, and contains a serialized version of the graphical model than can't be manipulated as-is.

Elements can be represented in several diagrams at the same time, each diagram type having its own strategy about handling them.

: AbstractDiagram (architecture_autodiagram)
Figure 244 : AbstractDiagram (architecture_autodiagram)
AbstractDiagramModelElementElementDiagramSetBehaviorDiagramStaticDiagramImpactDiagramGraphDiagram
Attribute
Description
integer UiDataVersion [1..1]
Serialized contents version.
string UiData [1..1]

Serialized diagram content.

string PreviewData [1..1]

HTML preview data enforcing the Data URI scheme: https://en.wikipedia.org/wiki/Data_URI_scheme.

Association
Description
Represented : Element [0..*]
ReferencingSet : DiagramSet [0..*]
Origin : ModelElement [0..1]