Package org.planit.network.converter
Interface NetworkReader
-
- All Known Implementing Classes:
PlanitNetworkReader
public interface NetworkReader
Interface for classes able to parse networks of some type which are then returned- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfrastructureNetwork
read()
parse the network based on the configuration of the implementing class to yield a PLANit network
-
-
-
Method Detail
-
read
InfrastructureNetwork read() throws PlanItException
parse the network based on the configuration of the implementing class to yield a PLANit network- Returns:
- parsed network
- Throws:
PlanItException
- thrown if error
-
-