Choosing classes to be ignored in BON diagrams

Every class in your system inherits from ANY. INTEGER, like other classes that represent basic types, is very often a supplier of the classes the user wrote. It may therefore not be interesting to display classes such as ANY or INTEGER in BON diagrams. EiffelStudio allows you to customize a list of classes that it has to ignore when it creates diagrams. This list is stored in the EiffelStudio preferences . To modify it, first open the preferences window by choosing Preferences... in the Tools menu. Select then the "context tool" sub-category of the "Tools" category in the preferences tree. On the right, you will then see a table of preferences, which includes "Show ALL classes in the diagram" and "Names of classes that should not appear in generated diagrams". If "Show ALL classes in the diagram" is not False, click on it and set it to False. Then click on "Names of classes that should not appear in generated diagrams" and edit the list. Class names must be separated by semicolons.

After modifying the list, click on save and exit to complete the change.

See Also:
Preference window description
EiffelStudio preferences