hipster
hipster copied to clipboard
Improve GraphBuilder to generate graphs without edge values
Example usage:
graphBuilder
.connect("a").to("b")
.connect("a").to("b")
.build();