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.
私のJavaクラスには、の線に沿った何かがあります。つまり、を実装する任意のクラスのオブジェクトを持っている可能性がありprivate InterfaceName attributeNameます。attributeNameInterfaceName
private InterfaceName attributeName
attributeName
InterfaceName
この関係をUMLクラス図でどのように表すことができますか?通常のクラスでは、集約について説明しましたが、これがインターフェースにも当てはまるかどうかは疑問です。
ありがとう。
このコンテキストでは、フィールドのタイプはインターフェイスです。あなたのUMLには次のようなものが必要です
variableName : InterfaceName
これは、UMLダイアグラムを読んでいる人に、この特定の変数が特定のインターフェースを実装するオブジェクトを受け入れることを通知します。