Menu

Commit [r32568]  Maximize  Restore  History

remove parameters from PlanStrategyFactory interface - not necessary when we have dependency injection

michaz 2015-03-31

<< < 1 2 3 4 > >> (Page 3 of 4)
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/distributed/replanning/factories/TransitLocationChoiceFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/distributed/replanning/selectors/DistributedPlanSelector.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/PSimPlanStrategyTranslationAndRegistration.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimBestScorePlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeExpBetaPlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeLegModeStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeSingleLegModeStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeTripModeStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimDoNothingPlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimKeepLastSelectedPlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimLocationChoicePlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimReRoutePlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSelectExpBetaPlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSelectPathSizeLogitStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSelectRandomStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSubtourModeChoiceStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimTimeAllocationMutatorPlanStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimTripSubtourModeChoiceStrategyFactory.java
changed /playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimTripTimeAllocationMutatorStrategyFactory.java
changed /playgrounds/trunk/sergioo/src/main/java/playground/sergioo/passivePlanning2012/core/replanning/ReRoutePlanStrategyFactory.java
changed /playgrounds/trunk/sergioo/src/main/java/playground/sergioo/passivePlanning2012/core/replanning/TimeAllocationMutatorPlanStrategyFactory.java
changed /playgrounds/trunk/sergioo/src/main/java/playground/sergioo/passivePlanning2012/core/replanning/TripSubtourModeChoiceStrategyFactory.java
changed /playgrounds/trunk/sergioo/src/main/java/playground/sergioo/typesPopulation2013/replanning/StrategyManagerPopsConfigLoader.java
changed /playgrounds/trunk/sergioo/src/main/java/playground/sergioo/weeklySimulation/run/WeeklyControlerAgendaListener.java
changed /playgrounds/trunk/singapore/src/main/java/playground/singapore/run/ControlerSingapore.java
/playgrounds/trunk/pieter/src/main/java/playground/pieter/distributed/replanning/factories/TransitLocationChoiceFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/distributed/replanning/selectors/DistributedPlanSelector.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/PSimPlanStrategyTranslationAndRegistration.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimBestScorePlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeExpBetaPlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeLegModeStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeSingleLegModeStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimChangeTripModeStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimDoNothingPlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimKeepLastSelectedPlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimLocationChoicePlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimReRoutePlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSelectExpBetaPlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSelectPathSizeLogitStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSelectRandomStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimSubtourModeChoiceStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimTimeAllocationMutatorPlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimTripSubtourModeChoiceStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/pieter/src/main/java/playground/pieter/pseudosimulation/replanning/factories/PSimTripTimeAllocationMutatorStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/sergioo/src/main/java/playground/sergioo/passivePlanning2012/core/replanning/ReRoutePlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/sergioo/src/main/java/playground/sergioo/passivePlanning2012/core/replanning/TimeAllocationMutatorPlanStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/sergioo/src/main/java/playground/sergioo/passivePlanning2012/core/replanning/TripSubtourModeChoiceStrategyFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/sergioo/src/main/java/playground/sergioo/typesPopulation2013/replanning/StrategyManagerPopsConfigLoader.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/sergioo/src/main/java/playground/sergioo/weeklySimulation/run/WeeklyControlerAgendaListener.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/singapore/src/main/java/playground/singapore/run/ControlerSingapore.java Diff Switch to side-by-side view
Loading...
<< < 1 2 3 4 > >> (Page 3 of 4)
MongoDB Logo MongoDB