- 26 Apr, 2019 1 commit
-
-
Stefan Schuhbaeck authored
Signed-off-by:
hm-schuhba1 <stefan.schuhbaeck@hm.edu>
-
- 02 Apr, 2019 2 commits
-
-
Stefan Schuhbaeck authored
The ProcessorFlag interface is a marker interface used anywehre a specifc attribute of some DataProcessors are needed. For instnace the UsesMeasurementArea Interface is implemented by all Processors usinge one or more MeasurementAreas. In this example the interface exposes an array of given MeasurementAreaIds which can be used within the ScenarioChecker. These interfaces are therefore aribtraty flags used to filter a generic list of DataProcesors if needed.
-
Stefan Schuhbaeck authored
-
- 26 Mar, 2019 1 commit
-
-
Stefan Schuhbaeck authored
-
- 19 Mar, 2019 1 commit
-
-
Marion Goedel authored
-
- 15 Mar, 2019 1 commit
-
-
adrianhollow authored
-
- 04 Mar, 2019 1 commit
-
-
Benedikt Kleinmeier authored
In "run_seed_comparison_test.py" and "run_vadere_console_with_all_scenario_files.py", increased timeouts to avoid errors during CI pipeline. Further changes: - Renamed test directory "TESTOVM" to "TestOVM". - Renamed test directory "TestOSM_Group" to "TestOSMGroup".
-
- 01 Mar, 2019 2 commits
-
-
Benedikt Kleinmeier authored
In "01_unsupported_event_exception_for_unsupported_models.scenario", changed from Reynolds' to OSM model to avoid failing tests in CI pipeline.
-
-
- 26 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Grouped all event tests in directory "VadereModelTests/TestEvents" and lowercased all test files (to be consistent with existing model tests).
-
- 25 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 22 Feb, 2019 3 commits
-
-
Benedikt Kleinmeier authored
Renamed exception "NotSupportedEvent" to "UnsupportedEventException" to respect Java's naming convention.
-
Benedikt Kleinmeier authored
In all locomotion classes, throw exception if an event is not supported by this model to inform the user. Use new exception "NotSupportedEvent" or the static helper method "throwExceptionIfNotElapsedTimeEvent()". VadereModelTests/TestBangEvent/scenarios/00-NotSupportedEventTest.scenario: - Added this scenario to test if an exception pops up in GUI when combining a locomotion model and an unsupported event.
-
Benedikt Kleinmeier authored
-
- 21 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Extended "BangEvent" to hold a "Target" and use this new information in "UpdateSchemeEventDriven" and "UpdateSchemeSequential".
-
- 19 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
New scenario element "AbsorbingArea" is not handled in: - AbsorbingAreaController (this class is missing completely at the moment). - MigrationAssistant (must add node '"absorbingAreas" : [ ]' to topography tree). - DefaultConfig (to be able to change color). - TikzGenerator (must use "topography.getAbsorbingAreas()" to iterate over the new scenario element).
-
- 18 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Added two additional test scenarios: - wait_event_2_sources_2_targets_osm_event_driven.scenario - wait_event_recurring_2_sources_2_targets_osm_sequential.scenario VadereSimulator/tests/org/vadere/simulator/control/events/EventControllerTest.java: - Adapted unit tests for this logical change.
-
- 15 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
Added "BangEvent", process it in "CognitionLayer" and added dummy behavior in "UpdateSchemeSequential" and "UpdateSchemeEventDriven". VadereSimulator/src/org/vadere/simulator/models/potential/combinedPotentials/CombinedPotentialStrategy.java: - Renamed this interface to "ICombinedPotentialStrategy". - Added enum "CombinedPotentialStrategy".
-
Benedikt Kleinmeier authored
-
- 13 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
- 12 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Watch out: Agents run into obstacles at the moment (and I do not know why). Also add two scenario files for testing purposes: - VadereModelTests/TestOSM/scenarios/01_bang_test.scenario - VadereModelTests/TestOSM/scenarios/02_bang_test_with_obstacle.scenario
-
- 22 Jan, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 18 Jan, 2019 2 commits
-
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
- 11 Jan, 2019 5 commits
-
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
Benedikt Zoennchen authored
move the calibration scenarios into a special directory such that they will not be executed in the CI-process.
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 10 Jan, 2019 4 commits
-
-
Stefan Schuhbaeck authored
Without this line, the empty attribute object will be removed.
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
ids in rimea_04***h.scenario
-
- 09 Jan, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 21 Dec, 2018 2 commits
-
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
- 20 Dec, 2018 1 commit
-
-
Stefan Schuhbaeck authored
* add new fields to AttributeOSM * correct typo in PedestrianDensityGaussianProcessor
-