Class VCGTransformator

java.lang.Object
org.bigraphs.framework.converter.vcg.VCGTransformator
All Implemented Interfaces:
BigraphPrettyPrinter<PureBigraph>, PrettyPrinter<PureBigraph>

public class VCGTransformator extends Object implements BigraphPrettyPrinter<PureBigraph>
This pretty printer class transforms pure bigraphs of type PureBigraph to the Visualization of Compiler Graphs (VCG) format. The tool yComp shipped with GrGen.NET can read and visualize this format.
Author:
Dominik Grzelak