Modified AgentManager to properly remove FlowerAgent, PollenAgent, SeedsAgent and their MeristemAgents
Repaired the local TransformedPortrayal3D and InitTransformedPortrayal3D such that they become inspectable by copying the original TransformedPortrayal3D from mason20 (actually it had changed in the meantime).
Adds setters for SpeciesParameter-based parameters that are needed in order to change their values via the GUI. More specific parameters (like LeafParameters etc.) have not received their setters yet, though and are therefore not editable via GUI yet.
Adds reset-functions for Singleton- & Multiton-classes
Reverses attempts to solve the Singleton/Multiton instantiation when the model gets restarted. Attempting a different approach to the one used in previous commit.
Added batch file for ParameterSweeping
Just the classpath restored (after deleting classpaths in conflict).
We added get_NitrogenSupplyFactor to UIBM and made related changes to SpeciesParameters and params files.
Added getters to UIBM in preparation of sensitivity analyses
Some initial preparation for testing Sweep Parameters and sensitivity analysis
updated to mason.20.jar (in lib folder) + maven project mason_20
Let's see
We added a comment with a thread-safe getInstanceFor(specName) method to the AttributesServiceFacade (just in case we need it later).
I have added code to change the color of the leaf portrayal from green to orange, when the nitrogen concentration falls below 50% of the initial N concentration signaling beginning senescence.
Added growth respiration
Real initial commit
Initial import.