┌───────────────────────────────────┐ │Customer │ ├───────────────────────────────────┤ │Address address │ │void anotherMethod(Name name) │ │ReturnTypeEntity yetAnotherMethod()│ └───────────────────────────────────┘ | | ┌───────────┐ ┌────────────┐ ┌────────────────┐ │Address │ │Name │ │ReturnTypeEntity│ ├───────────┤ ├────────────┤ ├────────────────┤ │String name│ │String first│ │int i │ └───────────┘ │String last │ └────────────────┘ └────────────┘