Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.stacktrace.graph |
Modifier and Type | Field and Description |
---|---|
private Node |
Edge.from |
private Node |
Edge.to |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<AggregatableFrame,Node> |
StacktraceGraphModel.nodes
Frame -> Node
|
Modifier and Type | Method and Description |
---|---|
Node |
Edge.getFrom() |
private Node |
StacktraceGraphModel.getOrCreateNode(IMCFrame frame) |
Node |
Edge.getTo() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Node> |
StacktraceGraphModel.getNodes() |
Modifier and Type | Method and Description |
---|---|
private Edge |
StacktraceGraphModel.getOrCreateLink(Node fromNode,
Node toNode) |
Modifier and Type | Method and Description |
---|---|
private static void |
GraphModelUtils.printNodes(java.lang.StringBuilder builder,
java.util.Collection<Node> nodes) |
Constructor and Description |
---|
Edge(Node from,
Node to)
Constructor.
|