Class PropertyGraphToDotConverter
java.lang.Object
sootup.codepropertygraph.propertygraph.util.PropertyGraphToDotConverter
Utility class to convert a property graph to DOT format for visualization.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
convert
(PropertyGraph graph) Converts the given property graph to a DOT format string.
-
Constructor Details
-
PropertyGraphToDotConverter
public PropertyGraphToDotConverter()
-
-
Method Details
-
convert
Converts the given property graph to a DOT format string.- Parameters:
graph
- the property graph- Returns:
- the DOT format string
-