| digraph { |
| rankdir=BT |
| N0 [label="Risk_Based Quality Control" color="#FBC02D" fillcolor="#FFFDE7" shape=ellipse style=filled] |
| N1 [label="Software Quality Assurance" color="#FBC02D" fillcolor="#FFFDE7" shape=ellipse style=filled] |
| N2 [label="Statistical Process Control" color="#4DB6AC" fillcolor="#E0F2F1" shape=Mdiamond style=filled] |
| N3 [label="Process Monitoring" color="#F44336" fillcolor="#FFCDD2" shape=box style=filled] |
| N4 [label="Quality Control Tools" color="#FBC02D" fillcolor="#FFFDE7" shape=box style=filled] |
| N5 [label="Calibration of Instruments" color="#F44336" fillcolor="#FFCDD2" shape=oval style=filled] |
| N6 [label="Service Quality Management" color="#FBC02D" fillcolor="#FFFDE7" shape=box style=filled] |
| N7 [label="Lean Principles in Quality" color="#F44336" fillcolor="#FFCDD2" shape=parallelogram style=filled] |
| N8 [label="Trend Analysis" color="#4DB6AC" fillcolor="#E0F2F1" shape=octagon style=filled] |
| N9 [label="Root Cause Analysis" color="#FBC02D" fillcolor="#FFFDE7" shape=plaintext style=filled] |
| N10 [label="Supplier Quality Management" color="#F44336" fillcolor="#FFCDD2" shape=ellipse style=filled] |
| N0 -> N1 [label=standards_sets color="#F44336" dir=forward penwidth=1.5 style=solid] |
| N1 -> N2 [label=defects_detects color="#4DB6AC" dir=forward penwidth=1.5 style=solid] |
| N2 -> N3 [color="#FBC02D" dir=forward penwidth=1.5 style=solid] |
| N3 -> N4 [label=risk_manages color="#FBC02D" dir=forward penwidth=1.5 style=dashed] |
| N4 -> N5 [color="#F44336" dir=forward penwidth=1.5 style=dashed] |
| N5 -> N6 [color="#4DB6AC" dir=forward penwidth=1.5 style=dashed] |
| N6 -> N7 [color="#F44336" dir=forward penwidth=1.5 style=solid] |
| N7 -> N8 [label=certifies color="#4DB6AC" dir=forward penwidth=1.5 style=solid] |
| N8 -> N9 [label=systems_controls color="#4DB6AC" dir=forward penwidth=1.5 style=dashed] |
| N9 -> N10 [label=automates color="#F44336" dir=forward penwidth=1.5 style=dashed] |
| N3 -> N6 [label=complies color="#F44336" dir=forward penwidth=1.5 style=dashed] |
| } |
|
|