Menu

Commit [r6880]  Maximize  Restore  History

refactoring -> move

cleanup playground

andreas77 2009-05-14

removed /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/analyzePlans
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/analyzePlans/AnalyzePlans.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/analyzePlans/AnalyzePlans.java
removed /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications/FacilitiesV3Modifier.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09/FacilitiesV3Modifier.java
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications/LocationModifier.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09/LocationModifier.java
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications/Modifier.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09/Modifier.java
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications/PersonXY2Facilitychanged.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09/PersonXY2Facilitychanged.java
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications/PlanModifications.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09/PlanModifications.java
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications/PlanRemoveUnselected.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09/PlanRemoveUnselected.java
copied /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/planmodifications/RemoveBorderCrossingTraffic.java -> /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09/RemoveBorderCrossingTraffic.java
added /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans
added /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/analyzePlans
added /matsim/trunk/src/playground/anhorni/locationchoice/preprocess/plans/planmodificationsTRB09