Uses of Class
org.planit.tntp.enums.SpeedUnits
-
Packages that use SpeedUnits 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 SpeedUnits in org.planit.tntp.enums
Methods in org.planit.tntp.enums that return SpeedUnits Modifier and Type Method Description static SpeedUnits
SpeedUnits. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpeedUnits[]
SpeedUnits. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SpeedUnits in org.planit.tntp.input
Constructors in org.planit.tntp.input with parameters of type SpeedUnits 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 SpeedUnits in org.planit.tntp.project
Constructors in org.planit.tntp.project with parameters of type SpeedUnits 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
-