linkmmodel_endo.tex 905 B

12345678910111213141516171819202122232425262728293031
  1. %\begin{tikzpicture}[scale=0.7,transform shape]
  2. \begin{tikzpicture}[scale=1,transform shape]
  3. \begin{class}{Trace}{-5,0}
  4. \attribute{transfoName : String}
  5. \end{class}
  6. \begin{class}{TraceLink}{0,0}
  7. \attribute{ruleName : String}
  8. \end{class}
  9. \begin{class}{Element}{4.5,0}
  10. \attribute{}
  11. \end{class}
  12. \composition{Trace}{links}{*}{TraceLink}
  13. \draw [umlcd style, ->] ([yshift=40pt]TraceLink) -- (Element)
  14. node[near end, above,xshift=-7pt]{sources *};
  15. %node[near end, above]{sources}
  16. %node[near end, below]{*};
  17. \draw [umlcd style, ->] ([yshift=-40pt]TraceLink) -- (Element)
  18. node[near end, below,xshift=-7pt]{targets *};
  19. % node[near end, below]{targets}
  20. % node[near end, above]{*};
  21. %controls +(-160:5em) and +(140:5em) ..
  22. % \unidirectionalAssociation{TraceLink}{sources}{*}{Element}
  23. % \unidirectionalAssociation{TraceLink}{targets}{*}{Element}
  24. \end{tikzpicture}