davidhstocker / Graphyne

Graphyne is a smart graph - a property graph capable to actively reacting to changes and incorporating decision making logic, written in Python. It is designed to be easy to integrate into your Python projects, simple to use and very powerful. It uses Memetic as its graph definition and query language. It is capable of running with or without persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add getCluster() method to API

davidhstocker opened this issue · comments

getClusterMembers() returns a list of entities in the current entity's cluster. We need a method that returns the entity list and the link information, ideally in a format close t compatible with d3's Force Directed Graph ( d3.layout.force() ).