You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/09/19 18:49:20 UTC

[jira] [Created] (TINKERPOP-1456) Support SubgraphStrategy.vertexProperties().

Marko A. Rodriguez created TINKERPOP-1456:
---------------------------------------------

             Summary: Support SubgraphStrategy.vertexProperties().
                 Key: TINKERPOP-1456
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1456
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.2.2, 3.1.4
            Reporter: Marko A. Rodriguez


We currently support:

{code}
SubgraphStrategy.build().vertices()
SubgraphStrategy.build().edges()
{code}

We should also support:

{code}
SubgraphStrategy.build().vertexProperties()
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)