UML tool in JBuilder

xiaoxiao2021-03-06  43

Two UML graphics can be used in JBuilder: Limited package dependency diagram: The UML graphics dominated by the core package will only display other packages of a package. The core package is bright green, and other packages are dark green. Combined class diagram: Displaying the most important class in the center, existing classes of associated classes displayed on the left, with dependence classes displayed on the right. The primary class displays the interface of the parent class and its implementation, and the primary class is the class that inherits this class (or implements this interface). UML graphical definition

Project Graphical Description Class (Class) Background is a yellow rectangular box, which is the top display class name, followed by a value domain, attribute, and method abstract class (Abstract Class) name with a bevel word display interface (Interface) is orange-yellow rectangle. The box; the interface name is displayed in the form of a label in a sloped form. The core package is indicated by bright green, and other packages are under the dark green value (Field) located below the class name, including the value domain's data type method (Method) below the value domain, including the backhaute type abstraction method (Abstract Method) name Taking the slope word indication attribute (Properties) Display at the bottom of the class map, the value domain, variables, and methods will increase the overline inheritance relationship (inheritance) with the solid arrow, arrow points from the child The type implementation interface (Interface) is represented by a dashed arrow that the arrow is indicated by the interface dependence that is intended to be implemented (association) with the dashed line with arrows (Association) with arrows.

Filter display: Select Project -> Project Properties -> General -> UML Diagram Filter Select the package or class in the pane, the selected package or class will not be displayed in the UML (generally choosing Java. * Package) You can also cancel the filter by right-click menu when you need to display.

转载请注明原文地址:https://www.9cbs.com/read-79182.html

New Post(0)