hipster icon indicating copy to clipboard operation
hipster copied to clipboard

Improve GraphBuilder to generate graphs without edge values

Open pablormier opened this issue 8 years ago • 0 comments

Example usage:

graphBuilder
    .connect("a").to("b")
    .connect("a").to("b")
    .build();

pablormier avatar Oct 12 '15 09:10 pablormier