Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Icon; more or less according to decision. #3624

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,11 @@ \subsection{Component Instance}\label{component-instance}
Sub-connectors in a hierarchical connector are only shown when they can be connected to.
Non-connector components are only shown in the diagram layer.

\subsubsection{Default Outline for Missing Graphics}\label{default-outline-for-missing-graphics}
If the icon of a class does not contain any graphical primitives (including inherited ones, and regardless of visibility; but excluding connectors) it is said to be missing graphics.
HansOlsson marked this conversation as resolved.
Show resolved Hide resolved
If the icon of a class used in a diagram is missing graphics then tools shall show a tool-dependent outline of the extent of the component to make improve usability.
perost marked this conversation as resolved.
Show resolved Hide resolved
HansOlsson marked this conversation as resolved.
Show resolved Hide resolved
The model with missing graphics should be updated if its icon is used in any diagram.
HansOlsson marked this conversation as resolved.
Show resolved Hide resolved

\subsection{Extends-Clause}\label{extends-clause}

Each \lstinline!extends!-clause (and short class definition, as stated in \cref{annotations-for-graphical-objects}) may have layer specific annotations which describe the rendering of the base class' icon and diagram layers in the derived class.
Expand Down