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

1 line
13 KiB
JSON

{"nodes": [{"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_java", "label": "SpecialtyProfile.java", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L1"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "label": "SpecialtyProfile", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L5", "_callable": true}, {"id": "lifecycleentity", "label": "LifecycleEntity", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "entity", "label": "Entity", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java"}, {"id": "table", "label": "Table", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/model/SpecialtyProfile.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/model/SpecialtyProfile.java"}, {"id": "speciality", "label": "Speciality", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getid", "label": ".getId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L23", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setid", "label": ".setId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L27", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getspeciality", "label": ".getSpeciality()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L31", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setspeciality", "label": ".setSpeciality()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L35", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getname", "label": ".getName()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L39", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setname", "label": ".setName()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L43", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L47", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setdescription", "label": ".setDescription()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L51", "_callable": true}], "edges": [{"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_java", "target": "persistence", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L3", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_java", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L5", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "lifecycleentity", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L5", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "entity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L5", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "table", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L5", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L9", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "speciality", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L13", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L17", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L20", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L23", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L23", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L27", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L27", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getspeciality", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L31", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getspeciality", "target": "speciality", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L31", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setspeciality", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L35", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setspeciality", "target": "speciality", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L39", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getname", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L39", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setname", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L43", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setname", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L43", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L47", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_getdescription", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L47", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L51", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_specialtyprofile_specialtyprofile_setdescription", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/SpecialtyProfile.java", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}], "raw_calls": []}