public class ClassCallGraph extends EvoSuiteGraph<ClassCallNode,ClassCallEdge>
edgeClass, graph, graphId| Constructor and Description |
|---|
ClassCallGraph(ClassLoader classLoader,
String className)
Constructor for ClassCallGraph.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
dotSubFolder()
Subclasses can overwrite this method in order to separate their .dot and
.png export to a special folder.
|
ClassLoader |
getClassLoader() |
String |
getClassName()
Getter for the field
className. |
String |
getName()
getName
|
ClassCallNode |
getNodeByMethodName(String methodName)
getNodeByMethodName
|
addEdge, addEdge, addVertex, addVertices, addVertices, computeReverseJGraph, containsEdge, containsEdge, containsVertex, determineBranches, determineConnectedVertices, determineEntryPoints, determineExitPoints, determineJoins, edgeCount, edgeSet, getChildren, getDistance, getEdge, getEdgeSource, getEdgeTarget, getIsolatedNodes, getNodesWithoutChildren, getParents, getRandomVertex, getSingleChild, hasNPartentsMChildren, incomingEdgesOf, inDegreeOf, isConnected, isDirectSuccessor, isEmpty, outDegreeOf, outgoingEdgesOf, redirectEdges, redirectEdgeSource, redirectEdgeTarget, redirectIncomingEdges, redirectOutgoingEdges, registerEdgeAttributeProvider, registerVertexAttributeProvider, toDot, toFileString, vertexCount, vertexSetpublic ClassCallGraph(ClassLoader classLoader, String className)
Constructor for ClassCallGraph.
className - a String object.public ClassLoader getClassLoader()
public ClassCallNode getNodeByMethodName(String methodName)
getNodeByMethodName
methodName - a String object.ClassCallNode object.public String getName()
getName
getName in class EvoSuiteGraph<ClassCallNode,ClassCallEdge>String object.protected String dotSubFolder()
dotSubFolder in class EvoSuiteGraph<ClassCallNode,ClassCallEdge>String object.Copyright © 2010–2017 EvoSuite. All rights reserved.