Class BigraphGraphvizExporter

java.lang.Object
org.bigraphs.framework.visualization.BigraphGraphvizExporter
All Implemented Interfaces:
BigraphGraphicsExporter<Bigraph<?>>

public class BigraphGraphvizExporter extends Object implements BigraphGraphicsExporter<Bigraph<?>>
This class visualizes a bigraph by means of GraphViz.

Several styling can be configured, such as color, shape and the label format of each node.

Author:
Dominik Grzelak