Sayand / nexta

Automatically exported from code.google.com/p/nexta
0 stars 0 forks source link

Feature request: XML file format, reading, editing and saving dialogs #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we need XML file format and related editing functions in NeXTA 3.0 

Incident, road construction, ramp metering, link-based pricing, distance-based 
pricing, dynamic message sign

Original issue reported on code.google.com by xzhou99 on 4 Sep 2011 at 3:09

GoogleCodeExporter commented 9 years ago
Validate input before saving:
1. Start_Time_In_Min < End_Time_In_Min
2. 0 <= Capacity_Reduction_Rate <= 1
3. Other non-negative checking, for example, speed limits, toll values and 
metering rate

Remark: users are not allowed to input from and to node IDs. Link info is read 
from the link files and a dialog is shown to enable selecting. Thus, checking 
validity of from_node and to_node is skipped. 

Original comment by haolei...@gmail.com on 5 Sep 2011 at 7:22

GoogleCodeExporter commented 9 years ago
feature completed. 

Original comment by xzhou99 on 2 Feb 2012 at 4:08