GraphStream is a java library that manages dynamic graphs. It is composed of an object oriented API that gives an easy and quick way to add edges and nodes in a graph and make them evolve.
The graphs we address are composed of sets of nodes and edges that can appear, disappear or be modified and are called events. When such events occur in a graph, they define its evolution. In this way we define dynamics in a graph to be not only changes in its elements states but also elements creation and removals.
Download
Visit the Developer































Comments