MatchStep in Java

20 views
Skip to first unread message

Cindy McMullen

unread,
Feb 23, 2015, 6:24:55 PM2/23/15
to gremli...@googlegroups.com
How would this Groovy example look in Java?  I can't find the equivalent to '_' in the Tinkerpop3 documentation...

g.V().match('a', __.as('a').out('created').as('b'), __.as('b').has('name', 'lop'), __.as('b').in('created').as('c'), __.as('c').has('age', 29)). select('a', 'c').by('name')

Andrew Fitzgerald

unread,
Feb 23, 2015, 10:13:43 PM2/23/15
to gremli...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages