使用staruml学习画类图


//这是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(); }



下面是关系图:

posted @ 2016-03-15 23:50  杨逍红2014551608  阅读(3334)  评论(0编辑  收藏  举报