Source code navigation in SDE for Eclipse
In SDE for Eclipse, a UML class model can be associated with a Java class in Eclipse through round-trip engineering. Now, SDE for Eclipse lets you navigate from UML class model (class, attribute and operation) to the corresponding Java class code content. With this feature, navigation from UML class model to code can be done in a second.
Animated Demo
Jump to class from Class Diagram
On the Class Diagram, right-click on a class and select Select in Code from the pop-up menu.
The corresponding source file will be opened and the class will be selected.
Jump to attribute from Class Diagram
On the Class Diagram, right-click on an attribute an select Select in Code from the pop-up menu.
The corresponding source file will be opened with the attribute being selected.
Jump to operation from Class Diagram
On the Class Diagram, right-click on an operation and select Select in Code from the pop-up menu.
The corresponding source file will be opened with the operation being selected.
Resources