Uses of Interface
org.bigraphs.framework.converter.PrettyPrinter
Packages that use PrettyPrinter
Package
Description
-
Uses of PrettyPrinter in org.bigraphs.framework.converter
Subinterfaces of PrettyPrinter in org.bigraphs.framework.converterModifier and TypeInterfaceDescriptioninterface
BigraphPrettyPrinter<B extends Bigraph<? extends Signature<?>>>
A pretty printer interface for just bigraphs.interface
ReactionGraphPrettyPrinter<B extends AbstractTransitionSystem<?,
?>> General interface for all exporters handling transition system objects.interface
ReactiveSystemPrettyPrinter<B extends Bigraph<? extends Signature<?>>,
R extends ReactiveSystem> A generic pretty printer interface for bigraphical reactive systems. -
Uses of PrettyPrinter in org.bigraphs.framework.converter.bigmc
Classes in org.bigraphs.framework.converter.bigmc that implement PrettyPrinterModifier and TypeClassDescriptionclass
Implementation ofReactiveSystemPrettyPrinter
for the transformation of pure EMOF-based bigraphs to BigMC's term language. -
Uses of PrettyPrinter in org.bigraphs.framework.converter.bigrapher
Classes in org.bigraphs.framework.converter.bigrapher that implement PrettyPrinterModifier and TypeClassDescriptionclass
Implementation ofReactiveSystemPrettyPrinter
for the transformation of pure EMOF-based bigraphs to bigraphER's specification language. -
Uses of PrettyPrinter in org.bigraphs.framework.converter.dot
Classes in org.bigraphs.framework.converter.dot that implement PrettyPrinterModifier and TypeClassDescriptionclass
DOT file exporter for transition systems of typeReactionGraph
. -
Uses of PrettyPrinter in org.bigraphs.framework.converter.ecore
Classes in org.bigraphs.framework.converter.ecore that implement PrettyPrinter -
Uses of PrettyPrinter in org.bigraphs.framework.converter.graphml
Classes in org.bigraphs.framework.converter.graphml that implement PrettyPrinterModifier and TypeClassDescriptionclass
A pretty printer for bigraphs that need to be encoded as GraphML documents. -
Uses of PrettyPrinter in org.bigraphs.framework.converter.vcg
Classes in org.bigraphs.framework.converter.vcg that implement PrettyPrinterModifier and TypeClassDescriptionclass
This pretty printer class transforms pure bigraphs of typePureBigraph
to the Visualization of Compiler Graphs (VCG) format.