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