Package org.planit.io

Class PlanItMain


  • public class PlanItMain
    extends Object
    Test class to run XML input files.
    Author:
    gman6028
    • Constructor Detail

      • PlanItMain

        public PlanItMain()
    • 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