码迷,mamicode.com
首页 > 其他好文 > 详细

使用staruml学习画类图

时间:2016-03-16 00:59:42      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:


//这是startuml 把uml 转换成的java代码:

public
class Circle implements Ishape { private double _radius; public double getArea() { } public double getArea(); } public class Pizza implements Ishape { private double price; private Ishape _shape; public double getprice() { } public Ishape getshape() { } public double Pizza() { } public double getArea(); } public class Rectangle implements Ishape { private double _width; private Object _height; public double getArea() { } public double getArea(); } public interface Ishape { public abstract double getArea(); }



下面是关系图:

技术分享

使用staruml学习画类图

标签:

原文地址:http://www.cnblogs.com/yangxiaohong/p/5281813.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!