# 공시 등급의 네 단계 # Question: 등급은 어떤 순서로 올라가는가? direction: right n0: "modelled" { shape: rectangle } n1: "wired" { shape: rectangle } n2: "integration-verified" { shape: rectangle } n3: "production-verified" { shape: rectangle } n0 -> n1: "등급 상승" n1 -> n2: "등급 상승" n2 -> n3: "등급 상승"