Class PureBigraph2GraphMLPrettyPrinter
java.lang.Object
org.bigraphs.framework.converter.graphml.PureBigraph2GraphMLPrettyPrinter
- All Implemented Interfaces:
BigraphPrettyPrinter<PureBigraph>
,PrettyPrinter<PureBigraph>
public class PureBigraph2GraphMLPrettyPrinter
extends Object
implements BigraphPrettyPrinter<PureBigraph>
A pretty printer for bigraphs that need to be encoded as GraphML documents.
- Author:
- Dominik Grzelak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
toOutputStream
(PureBigraph bigraph, OutputStream outputStream) toString
(PureBigraph bigraph)
-
Constructor Details
-
PureBigraph2GraphMLPrettyPrinter
public PureBigraph2GraphMLPrettyPrinter()
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceBigraphPrettyPrinter<PureBigraph>
-
toOutputStream
- Specified by:
toOutputStream
in interfaceBigraphPrettyPrinter<PureBigraph>
- Throws:
IOException
-