Package ai.platon.pulsar.coding
Class ModuleGraph.Graph
-
- All Implemented Interfaces:
public final class ModuleGraph.GraphThe full graph: module-path index + artifactId → module-path index.
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, ModuleGraph.ModuleNode>nodesprivate final Map<String, String>artifactIndex
-
Constructor Summary
Constructors Constructor Description ModuleGraph.Graph(Map<String, ModuleGraph.ModuleNode> nodes, Map<String, String> artifactIndex)
-
Method Summary
Modifier and Type Method Description final Map<String, ModuleGraph.ModuleNode>getNodes()final Map<String, String>getArtifactIndex()-
-
Method Detail
-
getNodes
final Map<String, ModuleGraph.ModuleNode> getNodes()
-
getArtifactIndex
final Map<String, String> getArtifactIndex()
-
-
-
-