Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
関数呼び出しを表すのに最適な UML ダイアグラムはどれですか? また、呼び出された関数に渡すパラメーターについて言及できる図はありますか?
シーケンス図は関数呼び出しを表すのに適しており、パラメーターと戻り値も指定できます。
通信図もオプションであり、関数呼び出し内で使用されるパラメーターに関してより詳細になる傾向があります。