Skip to content

Commit

Permalink
Closes #2200
Browse files Browse the repository at this point in the history
Add iconVisible to be able to show/hide connectors in icon layer.
Compared to ticket clarified that this only applies to public connectors.
  • Loading branch information
HansOlsson committed May 10, 2019
1 parent 8b1cea0 commit e0fb73f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,14 @@ \subsection{Component Instance}\doublelabel{component-instance}
record Placement
Boolean visible = true;
Transformation transformation "Placement in the diagram layer";
Transformation iconTransformation "Placement in the icon layer";

Boolean iconVisible "Visible in icon layer; for public connector";
Transformation iconTransformation "Placement in the icon layer; for public connector";
end Placement;
\end{lstlisting}
If no \lstinline!iconTransformation! is given the \lstinline!transformation! is also used for
placement in the icon layer.
placement in the icon layer. If no \lstinline!iconVisible! is given for a public connector the
\lstinline!visible! is also used for visibility in the icon layer.

{[}\emph{A connector can be shown in both an icon layer and a diagram
layer of a class. Since the coordinate systems typically are different,
Expand Down

0 comments on commit e0fb73f

Please sign in to comment.