[ https://issues.apache.org/jira/browse/TINKERPOP-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondra Žižka updated TINKERPOP-1270: ----------------------------------- Description: 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 Iterable of edges, too. was: 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. > 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 Iterable of edges, too. -- This message was sent by Atlassian JIRA (v6.3.4#6332)