Overview
The goal of the
ModelFilter plug-in is to extract specific information from java projects, and to show it as UML models.
- First application is to initialize a graph of dependencies from one selected element, with the level of recursion provided as a parameter.
- Second application is to show method calls as a pseudo sequence diagram using dependencies between methods, numbered from 1 to n to indicate the order.
- Third application is to represent the real type of properties when an interface has been used in java code.
Quality disclaimer: this discoverer is provided without any guarantee: it was only tested on a small number of projects of relatively small sizes. It may not be suitable for production environments.