Closed moaxcp closed 7 years ago
edge(String, String) edge(VertexSpec, VertexSpec) edge(Map) edge(String, String, Map) edge(VertexSpec, VertexSpec, Map) edge(String, String, Closure) edge(VertexSpec, VertexSpec, Closure) edge(Map, Closure) edge(String, String, Map, Closure) edge(VertexSpec, VertexSpec, Map, Closure) edge(EdgeSpec)
All methods create an EdgeSpec then call edge(EdgeSpec). Methods that take VertexSpec will allow for code like this
EdgeSpec
edge(EdgeSpec)
edge(step1, step2)
Strings are not required because propertyMissing returns a VertexSpec with name set to the missing name.
Runs the closure in a EdgeSpec.
edge methods
All methods create an
EdgeSpec
then calledge(EdgeSpec)
. Methods that take VertexSpec will allow for code like thisStrings are not required because propertyMissing returns a VertexSpec with name set to the missing name.
EdgeSpecRunner
Runs the closure in a
EdgeSpec
.