Package Entity
Class DependencyGraph
java.lang.Object
Entity.DependencyGraph
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRequestoToGraph(Request request, int index) getDependenciesToExtractToFromNode(MyNode from, int index) getNodeByIndex(int responseIndex) getNodeByUrlandMethod(String url, String method) getNodes()static DependencyGraphparseGraphByFile(File file_json_odg) voidbooleansaveDependencyGraph(DependencyGraph dependencyGraph, File file_har) void
-
Field Details
-
nodes
-
edges
-
-
Constructor Details
-
DependencyGraph
public DependencyGraph()
-
-
Method Details
-
getNodes
-
setNodes
-
addRequestoToGraph
-
print_graph
public void print_graph() -
getNodeByIndex
-
saveDependencyGraph
-
parseGraphByFile
- Throws:
IOException
-
getDependenciesByNode
-
getDependenciesToExtractToFromNode
-
getNodeByUrlandMethod
-
getCSVNodeDependencies
-