Uses of Interface
cloud.opencode.base.graph.WeightedGraph
Packages that use WeightedGraph
-
Uses of WeightedGraph in cloud.opencode.base.graph
Methods in cloud.opencode.base.graph that return WeightedGraphModifier and TypeMethodDescriptionstatic <V> WeightedGraph<V> WeightedGraph.directed()Create a directed weighted graph 创建有向加权图static <V> WeightedGraph<V> OpenGraph.directedWeighted()Create a directed weighted graph 创建有向加权图static <V> WeightedGraph<V> WeightedGraph.undirected()Create an undirected weighted graph 创建无向加权图static <V> WeightedGraph<V> OpenGraph.undirectedWeighted()Create an undirected weighted graph 创建无向加权图