Skip to content

Commit

Permalink
removed stopFinder access
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrehmann committed Nov 20, 2024
1 parent 29c584f commit 5df0d3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ public EstimatedDrtAccessibilityContributionCalculator(String mode, Scenario sce
this.betaWalkTT_h = scoringConfigGroup.getModes().get(TransportMode.walk).getMarginalUtilityOfTraveling() - scoringConfigGroup.getPerforming_utils_hr();
this.betaWalkDist_m = scoringConfigGroup.getModes().get(TransportMode.walk).getMarginalUtilityOfDistance();

// todo: I added a getter to access the stop finder. Is this ok?
// stopFinder = ((DvrpRoutingModule) tripRouter.getRoutingModule(TransportMode.drt)).getStopFinder();

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ public DvrpRoutingModule(RoutingModule mainRouter, RoutingModule accessRouter, R
this.timeInterpretation = timeInterpretation;
}

public AccessEgressFacilityFinder getStopFinder() {
return stopFinder;
}

@Override
public List<? extends PlanElement> calcRoute(RoutingRequest request) {
final Facility fromFacility = request.getFromFacility();
Expand Down

0 comments on commit 5df0d3d

Please sign in to comment.