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.
*演算子と0..*UML (統一モデリング言語)の演算子の違いは何ですか?
*
0..*
この 2 つのカーディナリティ演算子を見ましたが、どちらを使用する必要があるかわかりません。
表記「*」は「0..*」のショートカットです。この場合に使用する正しい表記は「*」です。UML 2.4 仕様から:
下限がゼロで上限が指定されていない多重度は、「0..*」の代わりに単一の星「*」を含む代替表記法を使用できます。</p>