Graphs

Arbitrary graphs Arbitrary graphs

Alchemist supports Graphstream-based deployments, allowing for rich graphs to be used as node deployments.

Deployments of this kind can be instanced through GraphStreamDeployment.

The most important parameter is the graph name, which must be a valid graph Generator name in GraphStream. If the generator’s name ends in Generator, the last part can be omitted. The trailing parameters are passed directly to the constructor of the generator.

In the following example, the deployment is used to generate a Lobster graph:

Click to show / hide code