{"nodes": [{"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_java", "label": "Subject.java", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L1"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "label": "Subject", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.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/Subject.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/Subject.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/Subject.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/Subject.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_subject", "label": ".Subject()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L22", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getid", "label": ".getId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L32", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setid", "label": ".setId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L36", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getname", "label": ".getName()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L40", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setname", "label": ".setName()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L44", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getcode", "label": ".getCode()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L48", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setcode", "label": ".setCode()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L52", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getdepartmentid", "label": ".getDepartmentId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L56", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setdepartmentid", "label": ".setDepartmentId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L60", "_callable": true}], "edges": [{"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_java", "target": "persistence", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L3", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_java", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L5", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "lifecycleentity", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L5", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "entity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L5", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "table", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L5", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L9", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L13", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L16", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L19", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_subject", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L22", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_subject", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L25", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_subject", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L25", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_subject", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L25", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_subject", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L25", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_subject", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L25", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L32", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L32", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L36", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L40", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getname", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L40", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setname", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L44", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setname", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L48", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getcode", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L48", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L52", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setcode", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getdepartmentid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L56", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_getdepartmentid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L56", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setdepartmentid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L60", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_model_subject_subject_setdepartmentid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/model/Subject.java", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}], "raw_calls": []}