Skip to content
Commit 579e3d9e authored by Andreas Cord-Landwehr's avatar Andreas Cord-Landwehr
Browse files

Add script accessor functions for nodes/edges of different types.

Fix and extend node/edge script accessor function of Graph data
structure plugin:
* Fix behavior of GraphStructure::list_nodes():
  return nodes of all types
* Fix behavior of GraphStructure::list_edges():
  return edges of all types
* Add new method GraphStructure::list_nodes(int type):
  return only nodes of specified type
* Add new method GraphStructure::list_edges(int type):
  return only edges of specified type

BUG:304716
(cherry picked from commit 6faf5374)
parent d9788cc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment