Daniel Kuppitz created TINKERPOP-1137:
-----------------------------------------
Summary: Provide another edge() method in ScriptElementFactory
Key: TINKERPOP-1137
URL: https://issues.apache.org/jira/browse/TINKERPOP-1137
Project: TinkerPop
Issue Type: Improvement
Components: process
Reporter: Daniel Kuppitz
Assignee: Daniel Kuppitz
Fix For: 3.1.2-incubating
Provide a method that allows to explicitly set an edge id.
{code}
Edge edge(final Vertex outV, final Vertex inV, final Object edgeId, final
String label);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)