21 package org.matsim.withinday.replanning.replanners;
59 super(
id, scenario, internalInterface);
78 if (executedPlan == null)
return false;
81 if (!(currentPlanElement instanceof
Leg))
return false;
82 Leg currentLeg = (Leg) currentPlanElement;
static Integer getCurrentRouteLinkIdIndex(MobsimAgent agent)
final ActivityEndRescheduler internalInterface
final PopulationFactory populationFactory
static PlanElement getCurrentPlanElement(MobsimAgent agent)
boolean replanCurrentLegRoute(Leg leg, Person person, int currentLinkIndex, double time)
final LeastCostPathCalculator pathCalculator
Population getPopulation()
static void resetCaches(MobsimAgent agent)
PopulationFactory getFactory()
boolean doReplanning(MobsimAgent withinDayAgent)
static Plan getModifiablePlan(MobsimAgent agent)