1 line
14 KiB
JSON
1 line
14 KiB
JSON
{"nodes": [{"id": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_modelcheckingsystem_blocksmap_cs", "label": "BlocksMap.cs", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L1"}, {"id": "modelcheckingsystem_blocksmap_blocksmap", "label": "BlocksMap", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L7"}, {"id": "scriptableobject", "label": "ScriptableObject", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "dictionary", "label": "Dictionary", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L10"}, {"id": "list", "label": "List", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L12"}, {"id": "blocknode", "label": "BlockNode", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L13"}, {"id": "modelcheckingsystem_blocksmap_blocksmap_calctotalnodes", "label": ".calcTotalNodes()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L14"}, {"id": "modelcheckingsystem_blocksmap_blocksmap_init", "label": ".init()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L25"}, {"id": "modelcheckingsystem_blocksmap_blocksmap_onenable", "label": ".OnEnable()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L51"}, {"id": "modelcheckingsystem_blocksmap_blocksmap_rebuilddictionary", "label": ".RebuildDictionary()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L59"}, {"id": "modelcheckingsystem_blocksmap_blocksmap_setrootnode", "label": ".setRootNode()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L77"}, {"id": "modelcheckingsystem_blocksmap_blocksmap_roundposition", "label": ".RoundPosition()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L82"}, {"id": "modelcheckingsystem_blocksmap_blocksmap_roundrotation", "label": ".RoundRotation()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L89"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_modelcheckingsystem_blocksmap_cs", "target": "system", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L1", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_modelcheckingsystem_blocksmap_cs", "target": "collections", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L2", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_modelcheckingsystem_blocksmap_cs", "target": "generic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L3", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_modelcheckingsystem_blocksmap_cs", "target": "linq", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L4", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_modelcheckingsystem_blocksmap_cs", "target": "unityengine", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L5", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_modelcheckingsystem_blocksmap_cs", "target": "modelcheckingsystem_blocksmap_blocksmap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L7", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "scriptableobject", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L7", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "dictionary", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L10", "weight": 1.0, "context": "field"}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L12", "weight": 1.0, "context": "field"}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "blocknode", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L13", "weight": 1.0, "context": "field"}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "modelcheckingsystem_blocksmap_blocksmap_calctotalnodes", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L14", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "modelcheckingsystem_blocksmap_blocksmap_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L25", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "modelcheckingsystem_blocksmap_blocksmap_onenable", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L51", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "modelcheckingsystem_blocksmap_blocksmap_rebuilddictionary", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L59", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "modelcheckingsystem_blocksmap_blocksmap_setrootnode", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L77", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "modelcheckingsystem_blocksmap_blocksmap_roundposition", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L82", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap", "target": "modelcheckingsystem_blocksmap_blocksmap_roundrotation", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L89", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap_init", "target": "modelcheckingsystem_blocksmap_blocksmap_roundposition", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L41", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap_init", "target": "modelcheckingsystem_blocksmap_blocksmap_roundrotation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L42", "weight": 1.0}, {"source": "modelcheckingsystem_blocksmap_blocksmap_onenable", "target": "modelcheckingsystem_blocksmap_blocksmap_rebuilddictionary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L53", "weight": 1.0}], "raw_calls": [{"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_init", "callee": "ToList", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L31"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_init", "callee": "LoadAll<BlockData>", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L31"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_init", "callee": "ContainsKey", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L34"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_init", "callee": "execute", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L47"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_rebuilddictionary", "callee": "ToList", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L63"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_rebuilddictionary", "callee": "LoadAll<BlockData>", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L63"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_rebuilddictionary", "callee": "ContainsKey", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L71"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_roundposition", "callee": "Round", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L85"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_roundposition", "callee": "Round", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L86"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_roundposition", "callee": "Round", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L87"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_roundrotation", "callee": "Euler", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L92"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_roundrotation", "callee": "Round", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L93"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_roundrotation", "callee": "Round", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L94"}, {"caller_nid": "modelcheckingsystem_blocksmap_blocksmap_roundrotation", "callee": "Round", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ModelCheckingSystem\\BlocksMap.cs", "source_location": "L95"}]} |