java.lang.Object
de.monticore.generating.templateengine.reporting.artifacts.formatter.AFormatter
de.monticore.generating.templateengine.reporting.artifacts.formatter.GVFormatter

public class GVFormatter extends AFormatter
  • Field Details

  • Constructor Details

    • GVFormatter

      public GVFormatter()
  • Method Details

    • getAllLinkContent

      protected List<String> getAllLinkContent(APkg pkg)
    • getContent

      protected List<String> getContent(Element element)
    • getLinkContent

      protected List<String> getLinkContent(Element element)
    • getUniqueName

      protected String getUniqueName(Element e)
    • getElementContent

      public List<String> getElementContent(APkg pkg)
      Print package, subpackages and elements to open output file
    • getShape

      public String getShape(ElementType type)
      Get the dotgraph shape of a type
    • getContent

      public List<String> getContent(RootPkg rootPkg)
      mc.codegen.reporting.visualization.printer.AFormatter#getContent(mc.codegen.reporting.visualization.model.RootPkg)
      Specified by:
      getContent in class AFormatter