This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ince MATSim 2311.
…gEvents # Conflicts: # src/main/java/lsp/usecase/TransshipmentHubTourEndEventHandler.java
…gEvents # Conflicts: # src/main/java/lsp/usecase/TransshipmentHubTourEndEventHandler.java
…Smuggling it into this branch
after meeting with KN
…gEvents # Conflicts: # pom.xml # src/main/java/lsp/resourceImplementations/transshipmentHub/TransshipmentHubTourEndEventHandler.java # src/main/java/lsp/usecase/UsecaseUtils.java
…gEvents # Conflicts: # pom.xml
…gEvents # Conflicts: # src/main/java/lsp/resourceImplementations/transshipmentHub/TransshipmentHubTourEndEventHandler.java
FIXME: Looks like the handling at the hub after collectionRun is NOT included currently. This needs to get fixed -> see #170.
…gEvents # Conflicts: # src/main/java/org/matsim/freight/logistics/HasLspShipmentId.java # src/main/java/org/matsim/freight/logistics/LSPControlerListener.java # src/main/java/org/matsim/freight/logistics/LSPRescheduler.java # src/main/java/org/matsim/freight/logistics/events/AbstractLspEvent.java # src/main/java/org/matsim/freight/logistics/events/HandlingInHubStartsEvent.java # src/main/java/org/matsim/freight/logistics/events/HandlingInHubStartsEventCreator.java # src/main/java/org/matsim/freight/logistics/events/LspEventAttributes.java # src/main/java/org/matsim/freight/logistics/events/LspEventCreator.java # src/main/java/org/matsim/freight/logistics/events/LspEventCreatorUtils.java # src/main/java/org/matsim/freight/logistics/example/lsp/multipleChains/ExampleThreeChains.java # src/main/java/org/matsim/freight/logistics/resourceImplementations/transshipmentHub/TransshipmentHubTourEndEventHandler.java # src/test/java/lspMobsimTests/SecondReloadLSPMobsimTest.java # src/test/java/org/matsim/freight/logistics/lspMobsimTests/FirstAndSecondReloadLSPMobsimTest.java # src/test/java/org/matsim/freight/logistics/lspMobsimTests/SecondReloadLSPMobsimTest.java # test/input/example/lsp/initialPlans/ExampleSchedulingOfTransportChainHubsVsDirectTest/testMain1/output_events.xml.gz # test/input/lspMobsimTests/CompleteLSPMobsimTest/output_events.xml.gz # test/input/lspMobsimTests/MultipleIterationsCompleteLSPMobsimTest/output_events.xml.gz # test/input/lspMobsimTests/MultipleShipmentsCompleteLSPMobsimTest/output_events.xml.gz # test/input/lspMobsimTests/RepeatedMultipleShipmentsCompleteLSPMobsimTest/output_events.xml.gz # test/input/org/matsim/freight/logistics/lspMobsimTests/SecondReloadLSPMobsimTest/output_events.xml.gz
…gEvents # Conflicts: # src/main/java/org/matsim/freight/logistics/example/lsp/multipleChains/ExampleMultipleOneEchelonChains.java # src/main/java/org/matsim/freight/logistics/example/lsp/multipleChains/LSPWorstPlanForRemovalSelector.java
This reverts commit e6bca2f.
… and links to discussions
…seperate method for throwing the handling event from shipment logging
This was
linked to
issues
Nov 20, 2023
Closed
This was referenced Nov 20, 2023
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is an updated version of #103.
It adds a new type of Event: "Hub handling Started", which notifies when the handling of a shipment in an hub starts.
This event is triggered, once a
CarrierTour
ends.It also includes the expected duration of the handling process.
There will be NO event, once the handling is finished. The next relevant event is, the loading of the shipment into the next vehicle.
In further PRs there will be some further refinements, e.g. that the logging of a shipments plan will use this new event, or reducing the number of EventHandler classes.