Uses of Class
org.planit.tntp.enums.NetworkFileColumns
-
Packages that use NetworkFileColumns Package Description org.planit.tntp.enums Enumerations used in the TNTP format inputorg.planit.tntp.input Scanner reader for reading input files which are in the TNTP Formatorg.planit.tntp.project TNTP implementation of CustomPlanItProject -
-
Uses of NetworkFileColumns in org.planit.tntp.enums
Methods in org.planit.tntp.enums that return NetworkFileColumns Modifier and Type Method Description static NetworkFileColumns
NetworkFileColumns. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkFileColumns[]
NetworkFileColumns. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NetworkFileColumns in org.planit.tntp.input
Constructor parameters in org.planit.tntp.input with type arguments of type NetworkFileColumns Constructor Description TntpInputBuilder(String networkFileLocation, String demandFileLocation, String nodeCoordinateFileLocation, String standardResultsFileLocation, Map<NetworkFileColumns,Integer> networkFileColumns, SpeedUnits speedUnits, LengthUnits lengthUnits, double defaultMaximumSpeed)
ConstructorTntpInputBuilder(String networkFileLocation, String demandFileLocation, String nodeCoordinateFileLocation, Map<NetworkFileColumns,Integer> networkFileColumns, SpeedUnits speedUnits, LengthUnits lengthUnits, CapacityPeriod capacityPeriod, double defaultMaximumSpeed)
ConstructorTntpInputBuilder(String networkFileLocation, String demandFileLocation, Map<NetworkFileColumns,Integer> networkFileColumns, SpeedUnits speedUnits, LengthUnits lengthUnits, double defaultMaximumSpeed)
ConstructorTntpInputBuilder(String networkFileLocation, String demandFileLocation, Map<NetworkFileColumns,Integer> networkFileColumns, SpeedUnits speedUnits, LengthUnits lengthUnits, CapacityPeriod capacityPeriod, double defaultMaximumSpeed)
Constructor -
Uses of NetworkFileColumns in org.planit.tntp.project
Constructor parameters in org.planit.tntp.project with type arguments of type NetworkFileColumns Constructor Description TntpProject(String networkFileLocation, String demandFileLocation, String nodeCoordinateFileLocation, Map<NetworkFileColumns,Integer> networkFileColumns, SpeedUnits speedUnits, LengthUnits lengthUnits, CapacityPeriod capacityPeriod, double defaultMaximumSpeed)
ConstructorTntpProject(String networkFileLocation, String demandFileLocation, Map<NetworkFileColumns,Integer> networkFileColumns, SpeedUnits speedUnits, LengthUnits lengthUnits, CapacityPeriod capacityPeriod, double defaultMaximumSpeed)
Constructor
-