You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Ondra Žižka (JIRA)" <ji...@apache.org> on 2016/04/20 05:07:25 UTC

[jira] [Created] (TINKERPOP-1270) A method to test two vertices inidence

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)