Module life.expert
Package life.expert.common.graph
To test the algorithms on the graphs, the class allows you to output the guava graph to the .dot file and then draw the .dot file into a picture using a Graphviz plug-in
-
Interface Summary Interface Description RenderGraphStrategy<N> The interface Render graph strategy. -
Class Summary Class Description GraphUtils service (static class)RenderGraph<N> The class allows you to mark some vertices or edges of the graph when outputting to a .dot file Builder pattern.RenderGraphStrategy.DefaultStrategy<N> The type Render graph default strategy.RenderGraphStrategy.NetworkStrategy<N,E> The type Render graph network strategy.RenderGraphStrategy.ValueStrategy<N,V> The type Render graph value strategy. -
Enum Summary Enum Description NodeVisitState An enum representing the state of a node during DFS.