Hey Marko - Is there a convention for labeling the (now two) edges?
For example, if you insert a "link node" between A and B, when you are saying A is analogous to B: A -- analogous_to --> B ...becomes... A -- analogous_to_in --> (L) -- analogous_to_out --> B The analogous_to_in/analogous_to_out is a little clunky -- is there a cleaner way to represent this? Thanks. - James On Wed, Apr 27, 2011 at 10:18 AM, James Thornton <[email protected]> wrote: > What's the best way emulate edges to edges, like in a hypergraph? > > For nodes A and B, you create a "link node" between them, such as: > > A -> (L) -> B > > Is there a better way? > > Thanks. > > - James > -- Latest Blog: http://jamesthornton.com/blog/how-to-get-to-genius _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

