java - JUNG:哪些库是必需的依赖项?

标签 java graph jung

我正在寻找 JUNG 来可视化有向图。 JUNG 2.0.1 下载附带 17 个不同的 jar 文件,其中一些似乎是示例和演示。

有谁知道如果你想使用JUNG,需要哪些真正的库?

最佳答案

没关系,它们记录在this wiki page中:

Following is a list of the primary projects of jung2, along with their dependencies:

  • jung-api: the core interfaces that define graphs and their behaviors, plus some utility classes for handling graphs.
    • compile/runtime dependencies: none
  • jung-graph-impl: our implementations of the jung-api interfaces, plus some facilities for generating (random) graphs.
    • compile/runtime dependencies: jung-api, collections-generic
    • additional unit test dependencies: junit
  • jung-algorithms: classes for analyzing graphs, e.g., clustering, ranking, shortest path calculations, and layout algorithms.
    • compile/runtime dependencies: jung-api, collections-generic, colt
    • additional unit test dependencies: junit, jung-graph-impl
  • jung-io: classes for saving and storing graphs.
    • compile/runtime dependencies: jung-api, jung-algorithms, collections-generic, colt
    • additional unit test dependencies: junit, jung-graph-impl
  • jung-visualization: interfaces and classes for rendering graphs as diagrams.
    • compile/runtime dependencies: jung-api, jung-algorithms, colt
  • jung-samples: examples of how to use JUNG.
    • compile/runtimedependencies: jung-api, jung-graph-impl, jung-algorithms, jung-io, jung-visualization

关于java - JUNG:哪些库是必需的依赖项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7613619/

相关文章:

c# - 如何用 Java 或 C# 创建快速 MD5 算法

用于可视化类似流程图的图表的 Java 图形库

java - 从 JUNG 图创建邻接矩阵

java - d3js 动态 csv 从下拉列表切换

java - 将字符串设置为日历类型

python - plot.ly 烛台图通过 matplotlib

html - 居中对齐表格中的绝对文本

python - 蒙特卡洛模拟无法识别连通图

java - 在jung中显示选定的节点名称

javascript - 在Selenium中测试自删除/动态Webelement