Class TntpNetworkReaderFactory
- java.lang.Object
-
- org.goplanit.tntp.converter.network.TntpNetworkReaderFactory
-
public class TntpNetworkReaderFactory extends Object
Factory for creating TNTPNetworkReaders- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description TntpNetworkReaderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TntpNetworkReader
create()
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic TntpNetworkReader
create(String networkInputFile, String nodeInputFile)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic TntpNetworkReader
create(String networkInputFile, String nodeInputFile, IdGroupingToken idToken)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic TntpNetworkReader
create(TntpNetworkReaderSettings settings)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic TntpNetworkReader
create(TntpNetworkReaderSettings settings, LayeredNetwork<?,?> network)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic TntpNetworkReader
create(IdGroupingToken idToken)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country
-
-
-
Method Detail
-
create
public static TntpNetworkReader create()
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country- Returns:
- created TNTP network reader
-
create
public static TntpNetworkReader create(IdGroupingToken idToken)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country- Parameters:
idToken
- to use for network- Returns:
- created TNTP network reader
-
create
public static TntpNetworkReader create(String networkInputFile, String nodeInputFile)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country- Parameters:
networkInputFile
- to usenodeInputFile
- to use- Returns:
- created TNTP network reader
-
create
public static TntpNetworkReader create(String networkInputFile, String nodeInputFile, IdGroupingToken idToken)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country- Parameters:
networkInputFile
- to usenodeInputFile
- to useidToken
- to use to network reader- Returns:
- created TNTP network reader
-
create
public static TntpNetworkReader create(TntpNetworkReaderSettings settings)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country- Parameters:
settings
- to use- Returns:
- created TNTP network reader
-
create
public static TntpNetworkReader create(TntpNetworkReaderSettings settings, LayeredNetwork<?,?> network)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country- Parameters:
settings
- to usenetwork
- to use- Returns:
- created TNTP network reader
-
-