Menu

Commit [r13140]  Maximize  Restore  History

Added Factories for Identifiers and Replanners to my Within Day Replanning package. Removed the "public" attribute from the constructors - only the Factories should be used to create new instances.

skull5 2010-10-25

1 2 3 .. 5 > >> (Page 1 of 5)
changed /playgrounds/trunk/christoph/src/main/java/playground/christoph/controler/SimpleRouterControler.java
changed /playgrounds/trunk/christoph/src/main/java/playground/christoph/controler/WithinDayControler.java
changed /playgrounds/trunk/christoph/src/main/java/playground/christoph/controler/WithinDayKnowledgeControler.java
changed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/controler/EvacuationControler.java
renamed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/CurrentLegToRescueFacilityReplanner.java -> /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/CurrentLegToRescueFacilityReplanner.java
renamed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/CurrentLegToSecureFacilityReplanner.java -> /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/CurrentLegToSecureFacilityReplanner.java
renamed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/EndActivityAndEvacuateReplanner.java -> /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/EndActivityAndEvacuateReplanner.java
removed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/ExtendCurrentActivityReplanner.java
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureActivityPerformingIdentifierFactory.java
renamed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureActivityPerformingIdentifiers.java -> /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureActivityPerformingIdentifier.java
changed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureLegPerformingIdentifier.java
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureLegPerformingIdentifierFactory.java
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureActivityPerformingIdentifierFactory.java
renamed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureActivityPerformingIdentifiers.java -> /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureActivityPerformingIdentifier.java
changed /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureLegPerformingIdentifier.java
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureLegPerformingIdentifierFactory.java
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/CurrentLegToRescueFacilityReplannerFactory.java
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/CurrentLegToSecureFacilityReplannerFactory.java
added /playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/EndActivityAndEvacuateReplannerFactory.java
/playgrounds/trunk/christoph/src/main/java/playground/christoph/controler/SimpleRouterControler.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/controler/WithinDayControler.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/controler/WithinDayKnowledgeControler.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/controler/EvacuationControler.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureActivityPerformingIdentifierFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureLegPerformingIdentifier.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/InsecureLegPerformingIdentifierFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureActivityPerformingIdentifierFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureLegPerformingIdentifier.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/identifiers/SecureLegPerformingIdentifierFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/CurrentLegToRescueFacilityReplannerFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/CurrentLegToSecureFacilityReplannerFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/christoph/src/main/java/playground/christoph/evacuation/withinday/replanning/replanners/EndActivityAndEvacuateReplannerFactory.java Diff Switch to side-by-side view
Loading...
1 2 3 .. 5 > >> (Page 1 of 5)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.