Class GraphModelUtils
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.stacktrace.graph.GraphModelUtils
-
public final class GraphModelUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static FrameSeparatorDEFAULT_FRAME_SEPARATOR
-
Constructor Summary
Constructors Constructor Description GraphModelUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetTypeNames(IItemCollection items)static java.lang.StringprintGraph(StacktraceGraphModel model)
-
-
-
Field Detail
-
DEFAULT_FRAME_SEPARATOR
public static final FrameSeparator DEFAULT_FRAME_SEPARATOR
-
-
Method Detail
-
printGraph
public static java.lang.String printGraph(StacktraceGraphModel model)
-
getTypeNames
public static java.lang.String getTypeNames(IItemCollection items)
-
-