Zenmo / zero_engine

This repository contains the 'engine' part of the Zenmo Zero models; the calculation model of the energy system simulation
GNU General Public License v3.0
0 stars 0 forks source link

Documentation about Lombok #57

Closed Erikvv closed 2 months ago

Erikvv commented 2 months ago

Add documention about adding Lombok to AnyLogic.

First merge previous PR.

github-actions[bot] commented 2 months ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-island-0b93ff303-57.westeurope.5.azurestaticapps.net

AteZenmo commented 2 months ago

Je bent vergeten het deel toe te voegen van de aanpassing aan de opstart .bat file: set USER= xxx set CLIENT_ID= xxx set CLIENT_SECRET= xxx cd "C:\Program Files\Anylogic 8.9 Personal Learning Edition\" "C:\Program Files\Anylogic 8.9 Personal Learning Edition\Anylogic.exe"

AteZenmo commented 2 months ago

Daarnaast: @lombok.AllArgsConstructor @lombok.Builder Staat niet in mijn code bij de import sectie? en het werkt wel, dus is dat wel nodig?

github-actions[bot] commented 2 months ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-island-0b93ff303-57.westeurope.5.azurestaticapps.net

Erikvv commented 2 months ago

Je bent vergeten het deel toe te voegen van de aanpassing aan de opstart .bat file: set USER= xxx set CLIENT_ID= xxx set CLIENT_SECRET= xxx cd "C:\Program Files\Anylogic 8.9 Personal Learning Edition" "C:\Program Files\Anylogic 8.9 Personal Learning Edition\Anylogic.exe"

Ik heb hier een andere oplossing voor toegevoegd.

Daarnaast: @lombok.AllArgsConstructor @lombok.Builder Staat niet in mijn code bij de import sectie? en het werkt wel, dus is dat wel nodig?

Dit is alleen nodig als je bij een specifieke Agent een builder with genereren. Ik heb de tekst wat aangepast.

GillisHommen commented 1 month ago

@Erikvv mag deze branch weg? Hij is gemerged, toch?

Erikvv commented 1 month ago

done