modelgoon-generating UML class diagrams in Eclipse

Source: Internet
Author: User
1. Download Modelgoon plugin http://download.csdn.net/detail/dyj320693/5519613

2, ensure that the Eclipse version if the eclipse version is too low, will cause the plug-in invalid, the plug-in time is 2011, at least ensure that the Eclipse release version after 2011 years.
3, installation will modelgoon-4.4.0.zip extract to a directory, open Eclipse,help->install New software->add->local, browse to the folder just unpacked, Can. Restart Eclipse
4, use in the project, File->new->other->modelgoon diagrams->class Diagram, new file, The suffix is. MGC, and drag the class that needs to generate the UML onto the file.
Take the following class, for example,
public class ClassA {public
	ClassB ClassB = null;
}

public class ClassB {

}

public class ClassC extends ClassB {

}

The resulting UML diagram


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.