platform
platform copied to clipboard
support * notation for all types of link traversals
if (link.edge.star || link.edge.from != null || link.edge.to != null)
throw new Exception("Not supported: " + link.edge);