File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
aima-gui/src/main/java/aima/gui/fx/applications/agent
aimax-osm/src/main/java/aimax/osm/gui/fx/applications Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ public static void main(String[] args) {
3636 launch (args );
3737 }
3838
39- public static String PARAM_SCENARIO = "Scenario " ;
40- public static String PARAM_DESTINATION_R = "DestinationR " ;
41- public static String PARAM_DESTINATION_A = "DestinationA " ;
42- public static String PARAM_SEARCH = "Search " ;
43- public static String PARAM_Q_SEARCH_IMPL = "QSearch " ;
44- public static String PARAM_HEURISTIC = "Heuristic " ;
39+ public static String PARAM_SCENARIO = "scenario " ;
40+ public static String PARAM_DESTINATION_R = "destinationR " ;
41+ public static String PARAM_DESTINATION_A = "destinationA " ;
42+ public static String PARAM_SEARCH = "search " ;
43+ public static String PARAM_Q_SEARCH_IMPL = "qsearch " ;
44+ public static String PARAM_HEURISTIC = "heuristic " ;
4545
4646 private SimulationPaneCtrl simPaneCtrl ;
4747 private MapEnvironmentViewCtrl envViewCtrl ;
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ public static void main(String[] args) {
3838 launch (args );
3939 }
4040
41- public final static String PARAM_ENV = "Environment " ;
42- public final static String PARAM_AGENT = "Agent " ;
41+ public final static String PARAM_ENV = "environment " ;
42+ public final static String PARAM_AGENT = "agent " ;
4343
4444 private SimulationPaneCtrl simPaneCtrl ;
4545 private SimpleEnvironmentViewCtrl envViewCtrl ;
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ public static void main(String[] args) {
4747 launch (args );
4848 }
4949
50- public static String PARAM_WAY_SELECTION = "WaySelection " ;
51- public static String PARAM_Q_SEARCH_IMPL = "QSearch " ;
52- public static String PARAM_HEURISTIC = "Heuristic " ;
50+ public static String PARAM_WAY_SELECTION = "waySelection " ;
51+ public static String PARAM_Q_SEARCH_IMPL = "qsearch " ;
52+ public static String PARAM_HEURISTIC = "heuristic " ;
5353 public static String TRACK_NAME = "Track" ;
5454
5555 private MapPaneCtrl mapPaneCtrl ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public static void main(String[] args) {
6060 launch (args );
6161 }
6262
63- public static String PARAM_WAY_SELECTION = "WaySelection " ;
64- public static String PARAM_SEARCH = "Search " ;
65- public static String PARAM_Q_SEARCH_IMPL = "QSearch " ;
66- public static String PARAM_HEURISTIC = "Heuristic " ;
63+ public static String PARAM_WAY_SELECTION = "waySelection " ;
64+ public static String PARAM_SEARCH = "search " ;
65+ public static String PARAM_Q_SEARCH_IMPL = "qsearch " ;
66+ public static String PARAM_HEURISTIC = "heuristic " ;
6767 public static String TRACK_NAME = "Track" ;
6868
6969 private MapPaneCtrl mapPaneCtrl ;
You can’t perform that action at this time.
0 commit comments