视觉范式中的接口类关系 [英] Interface Class relationship in visual paradigm

查看:43
本文介绍了视觉范式中的接口类关系的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在这方面工作了很长时间,但找不到一种方法来表示类和在 UML 图中由类实现的接口之间的关系.有人可以帮助我解决上述问题吗?我的接口和类有以下关系

I have been working on this for quite few time but could not find a way to denote the relationship between a class and an interface that is implemented by class in an UML diagram. Can someone help me in the above problem? My interface and class has following relationship

interface foo

{

    void a();
    void b();

}

class goo : foo

{

    public override void a()
    {

        //Code goes here
    }
}

你能告诉我在视觉范式中使用什么来表示它们之间的关系吗?

Can you please tell me what to use in visual paradigm to show there relationship?

推荐答案

它显示为继承.本文可能会帮助您UML 基础知识

It is shown like inheritance. This article may help you UML basics

这篇关于视觉范式中的接口类关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆