Commit Graph

14 Commits

Author SHA1 Message Date
744df75d41 Rename sourceLimited method to terminal and update related logic for improved clarity; adjust spawn behavior to use -1 for infinite arrivals 2025-02-19 11:49:31 +01:00
121d4cd44a Refactor Event comparison logic for clarity and add getRandomChild method to ServerNodeState for improved child selection; update simulation tests for null checks and event processing 2025-02-19 11:06:07 +01:00
ffdb3021fd Refactor
- simulation result handling to use builder pattern
- result to use only arrays instead of maps
- updated references to other classes
2025-02-12 14:33:32 +01:00
d7d74e231e Refactor Net and ServerNodeState classes to improve child node handling and simplify simulation initialization 2025-02-09 22:14:23 +01:00
c68cf6ea7e Add simulationDrop test to validate node statistics in Simulation class 2025-02-07 17:52:31 +01:00
fbc9aeac2c Refactor simulation and net example tests to use builder pattern for ServerNode and improve arrival handling logic 2025-02-07 17:33:27 +01:00
5aedd25c5f Refactor Net class by removing unused methods and updating child node retrieval logic in tests 2025-02-07 17:32:54 +01:00
32072ff764 Add maxQueue to ServerNode, refactor Event to use node index, and implement buildNodeStates method in Net 2025-02-06 14:28:49 +01:00
af192c8bf3 Fixes
- throughput instead of troughput
- removed automatic calc of error
- better structured result summary
2025-02-05 10:36:07 +01:00
c7d9c05dc3 Added Tests 2025-02-04 11:30:43 +01:00
2d5f43bbc9 Readme
- Refactor simulation handling and improve net iteration methods
2025-02-03 18:55:31 +01:00
2a4b494843 Test Net
- added net test
- added more docs
2025-01-29 10:54:42 +01:00
0fba0cc1fc Changed logic for Unavailable 2025-01-28 19:12:05 +01:00
bbb069d4d1 Tests for sim
- added event and node tests
2025-01-24 11:44:39 +01:00