优化loadDepotInOutRoutePath

This commit is contained in:
xiazengbin 2021-12-07 09:43:15 +08:00
parent 578d1fd44a
commit 09b0f92614

View File

@ -91,7 +91,6 @@ public class SimulationBuilder {
return; return;
} }
final Map<String, List<RoutePath>> srps = simulation.getRepository().getRoutePathMap(); final Map<String, List<RoutePath>> srps = simulation.getRepository().getRoutePathMap();
log.info("==>>!!!车辆段RoutePathMap 初始 size = {}",srps.size());
parkingTracksMap.forEach((station, secs) -> { parkingTracksMap.forEach((station, secs) -> {
if (station.isDepot()) {// 车站为车辆段 if (station.isDepot()) {// 车站为车辆段
List<Section> transferList = station.getTransferList();// 转换轨列表 List<Section> transferList = station.getTransferList();// 转换轨列表