-
-
class MethodDependencyGraph extends org.jgrapht.graph.DirectedWeightedPseudograph<
Method,
org.jgrapht.graph.DefaultWeightedEdge> implements Serializable
-
Serialized Fields
-
directed
boolean directed
Whether the edges are interpreted as directed
-
label
String label
Represents the name of the graph
-
multigraph
boolean multigraph
Whether several edges between source and target are allowed
-
timestamp
String timestamp
The timestamp of the current Network graph
(i.e. the commit ID that the Network graph represents)
-
class RestCallEdge extends org.jgrapht.graph.DefaultWeightedEdge implements
Serializable
-
-
Serialized Fields
-
directed
boolean directed
Whether the edges are interpreted as directed
-
label
String label
Represents the name of the graph
-
multigraph
boolean multigraph
Whether several edges between source and target are allowed
-
timestamp
String timestamp
The timestamp of the current Network graph
(i.e. the commit ID that the Network graph represents)