Book a Demo

Author Topic: Shorten fully-qualified package names with alias  (Read 2382 times)

nagmat84

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Shorten fully-qualified package names with alias
« on: June 29, 2023, 08:04:42 pm »
We have a deeply nested package structure. We would like to have diagrams which
  • show the package name even for elements which reside inside the same package as the diagram
  • show the package name below the element (i.e. with "{from ....}")
  • show an alias for long sequences of package names
Is that possible?

Here is an example



The package blub has the alias MyAlias. The left element MyClass should have written (from MyAlias) below it, the right element MyClass should have written (from 4711) below it.