The project follows a standard Maven project structure, organized into logical packages for clarity and maintainability.Documentation Index
Fetch the complete documentation index at: https://cloudsim-ho-project.puneetchandna.com/llms.txt
Use this file to discover all available pages before exploring further.
Directory Structure
Key Directories
| Directory | Description |
|---|---|
src/main/java | Contains the core Java source code for the simulation framework. |
src/main/resources | Includes configuration files like config.properties and logback.xml. |
src/test/java | Contains all the unit and integration tests for the project. |
results/ | The default directory for storing all the simulation results and logs. |
target/ | Maven’s build directory, containing the compiled code and packaged JAR files. |