clojurewerkz / archimedes

Clojure library for Blueprints (part of the Tinkerpop graph stack).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move edges-between from edges to vertices

zmaril opened this issue · comments

edges-between is a method that takes in vertices and returns edges. Should probably be in vertex.clj.

Same for connected?

Nevermind. connect! takes in vertices and returns an edge, but should definitely be in edge.clj.