Cyber-physical systems simulation software following a Holon-based smart grid system.
Tom 432895fe28 Length Update, | 5 年 前 | |
---|---|---|
doc | 7 年 前 | |
exampleNetworks | 5 年 前 | |
gradle | 7 年 前 | |
images_doc | 7 年 前 | |
jars | 7 年 前 | |
res | 5 年 前 | |
src | 5 年 前 | |
tests | 6 年 前 | |
.checkstyle | 7 年 前 | |
.gitignore | 5 年 前 | |
API_Instruction | 7 年 前 | |
ChangelogV2_1.md | 6 年 前 | |
QS-Gruppe14-FinalVersion.pdf | 8 年 前 | |
README.md | 6 年 前 | |
build.gradle | 6 年 前 | |
gradlew | 7 年 前 | |
gradlew.bat | 8 年 前 | |
license.md | 7 年 前 | |
plottAcoAlgo.txt | 5 年 前 | |
settings.gradle | 6 年 前 | |
slider.JPG | 6 年 前 |
Cyber-physical systems simulation software following a Holon-based smart grid system.
This project uses Gradle. If Gradle is not available on your system, run the included shell
script gradlew
(or gradlew.bat
on Windows) instead of the gradle
command.
$ gradle build # Assembles and tests this project.
$ gradle test # Runs the included unit tests.
$ gradle run # Starts the Holeg Simulator as JVM Application.
$ gradle tasks # Displays all the tasks runnable from root project.
The Wiki contains some general Information and a User Manual
Check out the API Instructions Wiki for some Instructions
This project is licensed under a modified MIT License - see the LICENSE.md file for details