Skip to content

Instantly share code, notes, and snippets.

@nsengupta
Created July 17, 2015 17:22
Show Gist options
  • Save nsengupta/32e4affb0f3fa79fa31d to your computer and use it in GitHub Desktop.
Save nsengupta/32e4affb0f3fa79fa31d to your computer and use it in GitHub Desktop.
Setting Two-way relationship between two Nodes
IndexedSeq[LDiEdge[LobbyNode]](
setRelationWithLabel(p,t,"IsPlayingAt"),
setRelationWithLabel(t,p,"seatOccupiedBy")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment