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

Missing Nodes Exception when we create an Edge #85

Open
punitganshani opened this issue May 8, 2018 · 0 comments
Open

Missing Nodes Exception when we create an Edge #85

punitganshani opened this issue May 8, 2018 · 0 comments

Comments

@punitganshani
Copy link

When we create an Edge, it needs From and To nodes. I know we should first create all the Nodes (i.e. including From and To nodes).

Is there a way to handle missing nodes instead of just crashing? This is because the preProcessGraph and other methods don't consider the case where node will be null

image

One of the way it could behave is - the library raises a event to add a node when it's found missing during Edge creation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant