Skip to content

Conversation

@32bitkid
Copy link

@32bitkid 32bitkid commented Mar 29, 2018

add support for node ports on edges

digraph { a:foo -> b:bar -> c:baz }

creates a graph with the following edges

g.edge("a", "b"))
// { $out: "foo", $in: "bar" }

g.edge("b", "c")
// { $out: "bar", $in: "baz" }

This allows proper parsing of record shaped nodes, without completely losing edge information for reconstruction.

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

Successfully merging this pull request may close these issues.

1 participant