Add launch configuration for NetExamples; enhance NetExamples class with main method and improved network creation; refactor Result class for better stats handling

This commit is contained in:
2025-03-16 19:42:33 +01:00
parent 68687fa595
commit e4df5dab73
4 changed files with 94 additions and 22 deletions

9
.vscode/launch.json vendored
View File

@@ -4,6 +4,13 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "NetExamples",
"request": "launch",
"mainClass": "net.berack.upo.valpre.NetExamples",
"projectName": "valpre"
},
{
"type": "java",
"name": "Run1k Simple",
@@ -52,6 +59,6 @@
"request": "launch",
"mainClass": "net.berack.upo.valpre.Main",
"args": "interactive"
},
}
]
}