Search code examples
language-agnosticumldiagram

UML : Internal class in a class diagram


In a class diagram, is there a way of specifying that a class is an internal class of another class ?

Or is it considered as a pure implementation choice ?


Solution

  • Consider using a nesting relationship (a line with a '+' in a circle at the parent end).