Class TntpNetworkReaderSettings
- java.lang.Object
-
- org.goplanit.tntp.converter.network.TntpNetworkReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class TntpNetworkReaderSettings extends Object implements ConverterReaderSettings
Settings for Tntp network reader- Author:
- gman, markr
-
-
Constructor Summary
Constructors Constructor Description TntpNetworkReaderSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapacityPeriodgetCapacityPeriod()doublegetDefaultMaximumSpeed()LengthUnitsgetLengthUnits()Map<NetworkFileColumnType,Integer>getNetworkFileColumns()MacroscopicNetworkgetNetworkToPopulate()SpeedUnitsgetSpeedUnits()voidreset()be able to reset all settings if neededvoidsetCapacityPeriod(CapacityPeriod capacityPeriod)voidsetDefaultMaximumSpeed(double defaultMaximumSpeed)voidsetLengthUnits(LengthUnits lengthUnits)voidsetNetworkFileColumns(Map<NetworkFileColumnType,Integer> networkFileColumns)voidsetNetworkToPopulate(MacroscopicNetwork networkToPopulate)voidsetSpeedUnits(SpeedUnits speedUnits)
-
-
-
Method Detail
-
reset
public void reset()
be able to reset all settings if needed- Specified by:
resetin interfaceConverterReaderSettings
-
getNetworkFileColumns
public Map<NetworkFileColumnType,Integer> getNetworkFileColumns()
-
setNetworkFileColumns
public void setNetworkFileColumns(Map<NetworkFileColumnType,Integer> networkFileColumns)
-
getSpeedUnits
public SpeedUnits getSpeedUnits()
-
setSpeedUnits
public void setSpeedUnits(SpeedUnits speedUnits)
-
getLengthUnits
public LengthUnits getLengthUnits()
-
setLengthUnits
public void setLengthUnits(LengthUnits lengthUnits)
-
getCapacityPeriod
public CapacityPeriod getCapacityPeriod()
-
setCapacityPeriod
public void setCapacityPeriod(CapacityPeriod capacityPeriod)
-
getDefaultMaximumSpeed
public double getDefaultMaximumSpeed()
-
setDefaultMaximumSpeed
public void setDefaultMaximumSpeed(double defaultMaximumSpeed)
-
getNetworkToPopulate
public MacroscopicNetwork getNetworkToPopulate()
-
setNetworkToPopulate
public void setNetworkToPopulate(MacroscopicNetwork networkToPopulate)
-
-