mirror of
https://github.com/davidalves04/Trabalho-Pratico-SD.git
synced 2025-12-08 12:33:31 +00:00
- Added BatchAnalysisDialog for running multiple simulations and generating reports. - Implemented LeastCongestedRouteSelector for dynamic routing based on congestion levels. - Created RandomRouteSelector for baseline random routing strategy. - Developed ShortestPathRouteSelector to select routes based on the shortest path. - Defined RouteSelector interface to standardize routing policy implementations. - Introduced RoutingPolicy enum to manage available routing strategies.
59 lines
518 B
Plaintext
59 lines
518 B
Plaintext
# Compiled class files
|
|
*.class
|
|
|
|
# Log files
|
|
*.log
|
|
*.trace
|
|
logs
|
|
*.md
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# VS Code settings
|
|
.vscode/
|
|
|
|
# Eclipse files
|
|
*.pydevproject
|
|
.project
|
|
.classpath
|
|
.cproject
|
|
.settings/
|
|
bin/
|
|
tmp/
|
|
|
|
# IntelliJ IDEA files
|
|
*.iml
|
|
.idea/
|
|
out/
|
|
|
|
# Mac system files
|
|
.DS_Store
|
|
|
|
# Windows system files
|
|
Thumbs.db
|
|
|
|
# Maven
|
|
target/
|
|
|
|
# Gradle
|
|
.gradle/
|
|
build/
|
|
|
|
# Other
|
|
*.swp
|
|
*.pdf
|
|
|
|
# JAR built pom file
|
|
dependency-reduced-pom.xml
|
|
|
|
# Python env
|
|
venv/ |