About Java Reverse Engineering
See Also
The IDE can reverse-engineer Java source code into a UML Modeling project that contains 100% of the code's structural information, except comments and white space.
When you reverse-engineer Java code with UML Modeling, the IDE does the following:
- Generates class elements in the UML model to reflect source Java classes and interfaces.
- Adds Java class members and methods to
the UML model
as attributes and operations within their respective class components.
- Derives file dependencies from Java import statements.
- Builds a UML Modeling project and places a new UML project node in the Projects window.
- See Also
- Launching Reverse Engineering
Legal Notices