Files
magistr/graphify-out/cache/ast/v0.9.5/78c00b5cb43d8fa22d2feb0fa0d9b5211b8cbe442bebc4a340d8e565ce8948b1.json
2026-07-04 15:47:12 +03:00

1 line
15 KiB
JSON

{"nodes": [{"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_java", "label": "CreateTeacherCreationRequest.java", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L1"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "label": "CreateTeacherCreationRequest", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L3", "_callable": true}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java"}, {"id": "long", "label": "Long", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getusername", "label": ".getUsername()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L11", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setusername", "label": ".setUsername()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L15", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getfullname", "label": ".getFullName()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L19", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setfullname", "label": ".setFullName()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L23", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getjobtitle", "label": ".getJobTitle()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L27", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setjobtitle", "label": ".setJobTitle()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L31", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getcomment", "label": ".getComment()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L35", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setcomment", "label": ".setComment()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L39", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getdepartmentid", "label": ".getDepartmentId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L43", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setdepartmentid", "label": ".setDepartmentId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L47", "_callable": true}], "edges": [{"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_java", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L3", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L5", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L6", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L7", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L8", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L9", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getusername", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L11", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getusername", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L11", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setusername", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L15", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setusername", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L15", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L19", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getfullname", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L19", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L23", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setfullname", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L23", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getjobtitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L27", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getjobtitle", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L27", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setjobtitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L31", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setjobtitle", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L31", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getcomment", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L35", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getcomment", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L35", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setcomment", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L39", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setcomment", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L39", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getdepartmentid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L43", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_getdepartmentid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L43", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setdepartmentid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L47", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_dto_createteachercreationrequest_createteachercreationrequest_setdepartmentid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/dto/CreateTeacherCreationRequest.java", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}], "raw_calls": []}