Files
NowChessSystems/graphify-out/cache/7829a335b8e2c002ca411f531ae828d091971bffc91b90af5aabc301068c6206.json
T
Janis f1c9df16b6
Build & Test (NowChessSystems) TeamCity build finished
feat: add initial project structure and documentation files (#24)
Reviewed-on: #24
2026-04-12 16:39:17 +02:00

1 line
18 KiB
JSON

{"nodes": [{"id": "alphabetasearchtest", "label": "AlphaBetaSearchTest.scala", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L1"}, {"id": "alphabetasearchtest_alphabetasearchtest", "label": "AlphaBetaSearchTest", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L13"}, {"id": "alphabetasearchtest_candidatemoves", "label": "candidateMoves()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L32"}, {"id": "alphabetasearchtest_legalmoves", "label": "legalMoves()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L33"}, {"id": "alphabetasearchtest_alllegalmoves", "label": "allLegalMoves()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L34"}, {"id": "alphabetasearchtest_ischeck", "label": "isCheck()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L35"}, {"id": "alphabetasearchtest_ischeckmate", "label": "isCheckmate()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L36"}, {"id": "alphabetasearchtest_isstalemate", "label": "isStalemate()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L37"}, {"id": "alphabetasearchtest_isinsufficientmaterial", "label": "isInsufficientMaterial()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L38"}, {"id": "alphabetasearchtest_isfiftymoverule", "label": "isFiftyMoveRule()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L39"}, {"id": "alphabetasearchtest_applymove", "label": "applyMove()", "file_type": "code", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L40"}], "edges": [{"source": "alphabetasearchtest", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L3", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L4", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L5", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L6", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L7", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L8", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "org", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L9", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "org", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L10", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L11", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_alphabetasearchtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L13", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_candidatemoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L32", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_legalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L33", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_alllegalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L34", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L35", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeckmate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L36", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isstalemate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L37", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isinsufficientmaterial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L38", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isfiftymoverule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L39", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_applymove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L40", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_candidatemoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L79", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_legalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L80", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_alllegalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L81", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L82", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeckmate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L83", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isstalemate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L84", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isinsufficientmaterial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L85", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isfiftymoverule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L86", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_applymove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L87", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_candidatemoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L95", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_legalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L96", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_alllegalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L97", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L98", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeckmate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L99", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isstalemate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L100", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isinsufficientmaterial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L101", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isfiftymoverule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L102", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_applymove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L103", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_candidatemoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L111", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_legalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L112", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_alllegalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L113", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L114", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeckmate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L115", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isstalemate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L116", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isinsufficientmaterial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L117", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isfiftymoverule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L118", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_applymove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L119", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_candidatemoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L135", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_legalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L136", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_alllegalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L137", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L138", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeckmate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L139", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isstalemate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L140", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isinsufficientmaterial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L141", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isfiftymoverule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L142", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_applymove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L143", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_candidatemoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L152", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_legalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L153", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_alllegalmoves", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L154", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L155", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_ischeckmate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L156", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isstalemate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L157", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isinsufficientmaterial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L158", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_isfiftymoverule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L159", "weight": 1.0}, {"source": "alphabetasearchtest", "target": "alphabetasearchtest_applymove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/test/scala/de/nowchess/bot/AlphaBetaSearchTest.scala", "source_location": "L160", "weight": 1.0}]}