Package org.planit.io
Class PlanItMain
- java.lang.Object
-
- org.planit.io.PlanItMain
-
public class PlanItMain extends Object
Test class to run XML input files.- Author:
- gman6028
-
-
Constructor Summary
Constructors Constructor Description PlanItMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Top-level business method for the PlanItXmlMain program.static void
main(String[] args)
Main method for the PLANitIO program.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main method for the PLANitIO program. Only used to start the program- Parameters:
args
- main method args
-
execute
public void execute() throws PlanItException
Top-level business method for the PlanItXmlMain program. This method instantiates the PlanItXmlMain object to read the input files and the PlanItProject object to run the assignment. The output results are currently saved to a CSV file. Developers may need to edit this method to allow different traffic assignment and time modeling classes.- Throws:
PlanItException
- thrown if there is an error
-
-