gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-02 08:09:59 26 4
gpt4 key购买 nike

我正在寻找 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com