Uses of Class
org.episteme.core.mathematics.discrete.WeightedGraphBuilder
Packages that use WeightedGraphBuilder
-
Uses of WeightedGraphBuilder in org.episteme.core.mathematics.discrete
Methods in org.episteme.core.mathematics.discrete that return WeightedGraphBuilderModifier and TypeMethodDescriptionAdds an unweighted edge using the default weight.Adds a weighted edge to the graph.Adds a vertex to the graph.final WeightedGraphBuilder<V, W> WeightedGraphBuilder.addVertices(V... vertices) Adds multiple vertices to the graph.static <V,W> WeightedGraphBuilder <V, W> WeightedGraphBuilder.directed()Creates a builder for a directed weighted graph.static <V,W> WeightedGraphBuilder <V, W> WeightedGraphBuilder.directed(W defaultWeight) Creates a builder for a directed weighted graph with custom default weight.