I am new to UML. I have found the signs to show different access modifiers in UML. Like

+ is for Public
     - is for Private
     # is for Proctected
     ~ is for Internal

But in the ref text there is no sign for Protected Internal. I guess it should be #~. Let me know if its correct or not.

link|improve this question

75% accept rate
feedback

2 Answers

up vote 3 down vote accepted

I am afraid, that there are no special symbols for that, since "internal" keyword is specific to c#, while UML was developed as universal mark up language. However you can agree on some sign within your company.

link|improve this answer
feedback

Not a beautiful solution, but you could also (ab)use a stereotype for it which you'd apply to the attributes/methods.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.