Class PropertyGraphToDotConverter

java.lang.Object
sootup.codepropertygraph.propertygraph.util.PropertyGraphToDotConverter

public class PropertyGraphToDotConverter extends Object
Utility class to convert a property graph to DOT format for visualization.
  • Constructor Details

    • PropertyGraphToDotConverter

      public PropertyGraphToDotConverter()
  • Method Details

    • convert

      public static String convert(PropertyGraph graph)
      Converts the given property graph to a DOT format string.
      Parameters:
      graph - the property graph
      Returns:
      the DOT format string