diff --git a/others/api_call_graph_script/exports/call_graph b/others/api_call_graph_script/exports/call_graph index 7246e22..c21c17e 100644 --- a/others/api_call_graph_script/exports/call_graph +++ b/others/api_call_graph_script/exports/call_graph @@ -119,36 +119,36 @@ digraph "Call Graph" { shape=ellipse, style=filled ]; - "ACTIONS_MANAGER.execute" [color=lightgray, - label="ACTIONS_MANAGER.execute", + "INFORMATION_MANAGER.populate" [color=lightgray, + label="INFORMATION_MANAGER.populate", shape=ellipse, style=filled]; - "INFORMATION_MANAGER.set_default_values_locally" [color=lightgray, - label="INFORMATION_MANAGER.set_default_values_locally", + "INFORMATION_MANAGER.set" [color=lightgray, + label="INFORMATION_MANAGER.set", shape=ellipse, style=filled]; - "TESTS_MANAGER.test" [color=lightgray, - label="TESTS_MANAGER.test", + "INFORMATION_MANAGER.set_default_values_locally" [color=lightgray, + label="INFORMATION_MANAGER.set_default_values_locally", shape=ellipse, style=filled]; "INFORMATION_MANAGER.get" [color=lightgray, label="INFORMATION_MANAGER.get", shape=ellipse, style=filled]; - "INFORMATION_MANAGER.populate" [color=lightgray, - label="INFORMATION_MANAGER.populate", + "LOGS_MANAGER.get_content" [color=lightgray, + label="LOGS_MANAGER.get_content", shape=ellipse, style=filled]; - "INFORMATION_MANAGER.set" [color=lightgray, - label="INFORMATION_MANAGER.set", + "TESTS_MANAGER.test" [color=lightgray, + label="TESTS_MANAGER.test", shape=ellipse, style=filled]; "INFORMATION_MANAGER.represent_as_dict" [color=lightgray, label="INFORMATION_MANAGER.represent_as_dict", shape=ellipse, style=filled]; - "LOGS_MANAGER.get_content" [color=lightgray, - label="LOGS_MANAGER.get_content", + "ACTIONS_MANAGER.execute" [color=lightgray, + label="ACTIONS_MANAGER.execute", shape=ellipse, style=filled]; }