绘制一个简单的库依赖方案

发布于 2024-11-09 13:23:13 字数 375 浏览 0 评论 0原文

我正在寻找一个工具和指南/示例来展示如何编写一个简单的图片来解释以下组件之间的关系:

  • 一个ja​​va小程序
  • 一个c++库
  • 一个用于C++库的java包装器(使用JNI)
  • 一个c

库applet 使用 java 包装器方法。 java 包装器是 c++ 库的包装器。可以以两种方式调用方法(C++ --> java、java --> c++) C++ 库基本上是 C 库的接口。

我有 argoUML 和 Microsoft Visio;任何东西都有效,只是一些简单的图片来显示它,它不必太具体或漂亮(只是不是油漆级别的)。

有人可以向我指出解释如何描绘这样的程序关系的资源吗?

I am looking for a tool and a guide/example to show how you can write a simple picture that explains the relationship between the following components:

  • A java applet
  • A c++ library
  • A java wrapper for the C++ library (using JNI)
  • A c library

The applet is using the java wrapper methods.
The java wrapper is a wrapper for the c++ library. It is possible to invoke methods both ways (C++ --> java, java --> c++)
The c++ library is basically an interface for the c library.

I got argoUML and Microsoft Visio; anything works, just some simple picture displaying this, it dosn't have to be too specific or pretty (just not paint-level).

Can someone point me to resources explaining how to picture program relationships like this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

み青杉依旧 2024-11-16 13:23:13

我认为你可以使用 UML 组件图

I think you can use a UML Component Diagram

你与清晨阳光 2024-11-16 13:23:13

Enterprise Architect 的 UML 教程这里可能会让您对几个 UML 图有所了解。对您的需求有用。
一般来说,依赖关系显示在类图(多个类之间)、包图(命名空间/库之间)和组件图中。

如果您更具体地询问有关您头脑中某些事物的 UML 表示的问题,我将为您提供帮助。

The UML tutorial of Enterprise Architect here may give you some idea about the several UML diagrams that are of use to your needs.
In general dependencies are shown in class diagrams (between several classes), package diagrams (between namespaces/libraries) and component diagrams.

If you ask more specifically about UML representation of something in your mind I will be of help.

污味仙女 2024-11-16 13:23:13

也许 jGraph 对您有帮助?
干杯

Maybe jGraph will be helpful for you?
Cheers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文