SWR-005 ======= Safety active object embeds protection state machine. Relation Diagram ---------------- .. graphviz:: digraph swr_1a631235_b0de_4a63_9431_fb1916c29b12 { rankdir=LR; graph [fontname="Helvetica" fontsize=10]; node [shape="box" style="filled" fillcolor="#eaf3ff" fontname="Helvetica" fontsize=10 color="#3a3a3a"]; edge [fontname="Helvetica" fontsize=9 color="#555555"]; source [label="ao_safety"]; target [label="sm_protection"]; source -> target [label=<SWR-005> dir="both", arrowtail="diamond", arrowhead="vee", style="solid"]; } Relation Summary ---------------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Field - Value * - Source Unit - :doc:`ao_safety ` * - Target Unit - :doc:`sm_protection ` * - UML Type - composition * - Visibility - private