Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #330 from matsim-vsp/kmt_comment
Browse files Browse the repository at this point in the history
Comment
  • Loading branch information
kt86 authored Nov 15, 2024
2 parents 530e21f + 140fc9d commit e96dac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/matsim/freight/logistics/LSPUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ public LogisticChainBuilder addTracker(LSPSimulationTracker<LogisticChain> track
}

public LogisticChain build() {
//TODO: Prüfe of das alle Elemente Verbunden sind (in irgendeiner Art). Plus Hinweis auf die Änderung.

return new LogisticChainImpl(this);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ private static LogisticChain createTwoEchelonChain(Scenario scenario, String lsp
mainCarrierElement.connectWithNextElement(hubElement);
hubElement.connectWithNextElement(distributionCarrierElement);

//TODO: Hier das Verbinden einfügen und in der Reihenfolge ist es. KMT Nov'24
hubChain =
LSPUtils.LogisticChainBuilder.newInstance(Id.create("hubChain", LogisticChain.class))
.addLogisticChainElement(mainCarrierElement)
Expand Down

0 comments on commit e96dac3

Please sign in to comment.