Sticky Note
- Tags
- modelling
A UML construct used to attach further detail to an existing construct like a class, field or association. This looks exactly like a sticky note.
\begin{figure}
\centering
\begin{tikzpicture}
\umlsimpleclass[width=5]{SomeClass};
\umlnote[y=-3.5]{SomeClass}{SomeClass does \ldots}
\end{tikzpicture}
\caption{An example sticky note}
\end{figure}