C# のクラス属性と変数属性 (UML 属性ではない) を UML でモデル化したいのですが、その方法がわかりません。
[AttributeForTheClass]
class SomeClass
{
[AttributeForTheField]
int SomeField;
[AttributeForTheMethod]
int SomeMethod(
[AttributeForTheParameter]int someParam)
{
...
}
}
どのようにモデル化しますか:
[AttributeForTheClass] および [AttributeForTheField] および [AttributeForTheMethod]
現在、Sparx Enterprise Architect を使用しています。
c# 属性が ac# 言語機能であることは知っていますが、それらが UML で定義されているかどうかはわかりません。
誰にも解決策がありますか?