Class TntpProject


  • public class TntpProject
    extends CustomPlanItProject
    TNTP implementation of CustomPlanItProject
    Author:
    gman6028
    • Constructor Detail

      • TntpProject

        public TntpProject​(String networkFileLocation,
                           String demandFileLocation,
                           String nodeCoordinateFileLocation)
                    throws PlanItException
        Constructor
        Parameters:
        networkFileLocation - network input file location
        demandFileLocation - demand input file location
        nodeCoordinateFileLocation - node coordinate file location
        Throws:
        PlanItException - thrown if there is an error
      • TntpProject

        public TntpProject​(TntpInputBuilder tntp)
        Constructor
        Parameters:
        tntp - Tntp object already instantiated