# 구현만 있는 고장 종류 # Question: 고장 종류는 실제로 불리는가? direction: right n0: "고장 종류" { shape: rectangle } n1: "세 하니스의 구현" { shape: rectangle } n2: "publish 경로 배선" { shape: rectangle } n3: "호출부" { shape: rectangle } n0 -> n1: "구현 있음" n0 -> n2: "배선 있음" n0 -> n3: "없음"