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 TypeInterfaceDescriptioninterfaceBigraphPrettyPrinter<B extends Bigraph<? extends Signature<?>>>A pretty printer interface for just bigraphs.interfaceReactionGraphPrettyPrinter<B extends AbstractTransitionSystem<?,?>> General interface for all exporters handling transition system objects.interfaceReactiveSystemPrettyPrinter<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 TypeClassDescriptionclassImplementation ofReactiveSystemPrettyPrinterfor 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 TypeClassDescriptionclassImplementation ofReactiveSystemPrettyPrinterfor 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 TypeClassDescriptionclassDOT 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassThis pretty printer class transforms pure bigraphs of typePureBigraphto the Visualization of Compiler Graphs (VCG) format.