ablaufabschnitte.tex 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. \documentclass[tikz]{standalone}
  2. %\usepackage{tikz}
  3. \usetikzlibrary{
  4. calc,
  5. % shapes,fit,
  6. positioning
  7. }
  8. \usepackage{beamerarticle}
  9. \definecolor{stdcolor}{RGB}{0,164,164}
  10. \begin{document}
  11. \begin{tikzpicture}[scale=0.3,
  12. dreieck/.style={isosceles triangle, shape border rotate=90,anchor=apex,
  13. isosceles triangle apex angle=80},
  14. farbe1/.style={fill=refa!20},
  15. farbe2/.style={fill=refa!40},
  16. r/.style={rectangle,minimum width=2cm, minimum height=3cm, label=south:#1,node distance=1cm},
  17. s/.style={signal,signal from=west,signal pointer angle=120,minimum height=1cm,},
  18. p/.style={s,minimum width=10cm,node distance=0.25cm,draw},
  19. sp/.style={s,minimum width=2cm,node distance=0cm},
  20. a/.style={rectangle,minimum width=2cm, minimum height=3cm,node distance=0.5cm,text width=2cm,align=center},
  21. ]
  22. %\foreach \a/\b/\c in {
  23. % {Weisungsrecht}/40ex/farbe2,
  24. % {Betriebliche Übung}/36ex/farbe1,
  25. % {Arbeitsvertrag}/32ex/farbe2,
  26. % {Betriebsvereinbarung}/28ex/farbe1,
  27. % {Tarifvertrag}/24ex/farbe2,
  28. % {Verordnungen}/20ex/farbe1,
  29. % {Gesetze}/16ex/farbe2,
  30. % {Grundgesetz}/12ex/farbe1,
  31. % {EU-Recht}/8ex/farbe2}{
  32. %
  33. % \node (d\b) [dreieck,\c, minimum height=\b,yshift=-5ex] at (0,0) {};
  34. % \node [above] at (d\b.lower side) {\a};
  35. %};
  36. %\node (v) [r={Vorgang}{20}{0}] {};
  37. %\node (tv)[r={Teilvorgang}{40},left=of v] {};
  38. %\node (vs)[r={Vorgangsstufe}{60},left=of tv] {};
  39. %\node (ve)[r={Vorgangselement}{80},left=of vs] {};
  40. \visible<+->{\node (ga) [a,fill=gray] {Gesamt-\\ablauf};};
  41. \visible<+->{\node (ta) [a,right=of ga,fill=gray!85] {Teil-\\<all>ablauf};};
  42. \visible<+->{\node (as) [a,right=of ta,fill=gray!70] {Ablauf-\\<all>stufe};};
  43. \visible<+->{\node (v) [a,right=of as,fill=gray!55] {Vorgang};};
  44. \visible<+->{\node (tv) [a,right=of v,fill=gray!40] {Teilvorgang};};
  45. \visible<+->{\node (vs) [a,right=of tv,fill=gray!25] {Vorgangs-\\<all>stufe};};
  46. \visible<+->{\node (ve) [a,right=of vs,fill=gray!10] {Vorgangs-\\element};};
  47. %\node (v) [a,fill=gray!55] {Vorgang};
  48. %\node (tv) [a,right=of v,fill=gray!40] {Teilvorgang};
  49. %\node (vs) [a,right=of tv,fill=gray!25] {Vorgangs-\\stufe};
  50. %\node (ve) [a,right=of vs,fill=gray!10] {Vorgangs-\\element};
  51. %
  52. %\node (as) [a,left=of v,fill=gray!70] {Ablauf-\\stufe};
  53. %\node (ta) [a,left=of as,fill=gray!85] {Teil-\\ablauf};
  54. %\node (ga) [a,left=of ta,fill=gray] {Gesamt-\\ablauf};
  55. \coordinate (p1) at ([yshift=1cm]ga.north west);
  56. \coordinate (p2) at ([yshift=5cm]v.north east);
  57. \visible<+->{\path [fill=stdcolor!20,name=p] (p1) rectangle (p2);
  58. \node [align=center] at ($(p1) !.5!(p2)$) {Makroablaufabschnitte\\\bfseries{\Large{Prozesse}}};
  59. };
  60. \coordinate (a1) at ([yshift=-1cm]v.south west);
  61. \coordinate (a2) at ([yshift=-5cm]ve.south east);
  62. \visible<+->{
  63. \path [fill=stdcolor!20,name=a] (a1) rectangle (a2);
  64. \node [align=center] at ($(a1) !.5!(a2)$) {\bfseries{\Large{Arbeitssystem}}\\Mikroablaufabschnitte};
  65. };
  66. %\draw [latex--latex] ([yshift=1cm]ga.north west) -- node [above] {MakroablaufabschnitteProzesse} ([yshift=1cm]v.north east);
  67. %
  68. %\draw [latex-latex] ([yshift=-1cm]v.south west) -- node [below] {Mikro} ([yshift=-1cm]ve.south east);
  69. %\node (ga) [p,label=west:Gesamtablauf] {};
  70. %\node (ga1) [sp,fill=stdcolor!10] at (ga) {};
  71. %\node (ta) [p,label=west:Teilablauf,below=of ga] {};
  72. %\fill [gray!20] (ga1.south west) -- (ga1.south east) -- (ta.north east) -- (ta.north west);
  73. %
  74. %\node (ta1) [sp,fill=stdcolor!20] at (ta) {};
  75. %\node (as) [p,label=west:Ablaufstufe,below=of ta] {};
  76. %\fill [gray!20] (ta1.south west) -- (ta1.south east) -- (as.north east) -- (as.north west);
  77. %
  78. %\node (as1) [sp,fill=stdcolor!10] at (as) {};
  79. %\node (v) [p,label=west:Vorgang,below=of as] {};
  80. %\fill [gray!20] (as1.south west) -- (as1.south east) -- (v.north east) -- (v.north west);
  81. %
  82. %\node (v1) [sp,fill=stdcolor!20] at (v) {};
  83. %\node (vt) [p,label=west:Teilvorgang,below=of v] {};
  84. %\fill [gray!20] (v1.south west) -- (v1.south east) -- (vt.north east) -- (vt.north west);
  85. %
  86. %\node (vt1) [sp,fill=stdcolor!20] at (vt) {};
  87. %\node (vs) [p,label=west:Vorgangsstufe,below=of vt] {};
  88. %\fill [gray!20] (vt1.south west) -- (vt1.south east) -- (vs.north east) -- (vs.north west);
  89. %
  90. %\node (vs1) [sp,fill=stdcolor!20] at (vs) {};
  91. %\node (ve) [p,label=west:Vorgangselement,below=of vs] {};
  92. %\fill [gray!20] (vs1.south west) -- (vs1.south east) -- (ve.north east) -- (ve.north west);
  93. %\coordinate (l1) at (230:90ex);
  94. %\coordinate (l2) at (230:20ex);
  95. %
  96. %\coordinate (r1) at (310:20ex);
  97. %\coordinate (r2) at (310:90ex);
  98. %
  99. %\draw [-latex] (l1) -- node [above,sloped] {Verbindlichkeit} (l2);
  100. %\draw [-latex] (r1) -- node [above,sloped] {Detaillierungsgrad} (r2);
  101. \end{tikzpicture}
  102. \end{document}