G
GMS
How do you represent a nested, or inner class in Visio? For instance:
Public Class SomePublicClass
Private Class InnerClass
'Implementation
End Class
End Class
SomePublicClass is public, so it can be seen by other classes, but
InnerClass is a private class so it exists and can only be used internally by
SomePublicClass.
It looks like the UML for this is a line with a circle at the end, and a
plus (+) sign in the circle. However, I can't find this anywhere in Visio,
and I'm not sure how to model this.
Thanks in advance, and I apologize if I'm not clear enough. I'll gladly add
more detail if necessary...
Public Class SomePublicClass
Private Class InnerClass
'Implementation
End Class
End Class
SomePublicClass is public, so it can be seen by other classes, but
InnerClass is a private class so it exists and can only be used internally by
SomePublicClass.
It looks like the UML for this is a line with a circle at the end, and a
plus (+) sign in the circle. However, I can't find this anywhere in Visio,
and I'm not sure how to model this.
Thanks in advance, and I apologize if I'm not clear enough. I'll gladly add
more detail if necessary...