Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve GraphBuilder to generate graphs without edge values #154

Open
pablormier opened this issue Oct 12, 2015 · 0 comments
Open

Improve GraphBuilder to generate graphs without edge values #154

pablormier opened this issue Oct 12, 2015 · 0 comments
Milestone

Comments

@pablormier
Copy link
Contributor

Example usage:

graphBuilder
    .connect("a").to("b")
    .connect("a").to("b")
    .build();
@pablormier pablormier added this to the v1.0.0 milestone Oct 12, 2015
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 22, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 22, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 24, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code

Fix test for GraphBuilder edge testing
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 24, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code

Fix test for GraphBuilder edge testing
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 24, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code

Fix test for GraphBuilder edge testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant