Ondra Žižka created TINKERPOP-1270: --------------------------------------
Summary: A method to test two vertices inidence Key: TINKERPOP-1270 URL: https://issues.apache.org/jira/browse/TINKERPOP-1270 Project: TinkerPop Issue Type: New Feature Reporter: Ondra Žižka I'd like to be able to test an existence of an edge between two vertices: {code} boolean joined = graphContext.testIncidence(projectVertex(), archiveVertex, "uses"); {code} Or it could give an iterator of edges, too. -- This message was sent by Atlassian JIRA (v6.3.4#6332)