gephi / graphstore

Fast in-memory graph structure, powering Gephi
Apache License 2.0
71 stars 26 forks source link

UndirectedDecorator getEdges(n1, n2) throws NullPointerException when no edges of that type exist #132

Closed eduramiba closed 7 years ago

eduramiba commented 7 years ago

For both methods:

  1. getEdges(n1, n2)
  2. getEdges(n1, n2, type)

Related issue: https://github.com/gephi/gephi/issues/1526