Package org.planit.io.intermodal
Class PlanitInterModalReaderSettings
- java.lang.Object
-
- org.planit.io.intermodal.PlanitInterModalReaderSettings
-
public class PlanitInterModalReaderSettings extends Object
Settings for the PLANit zoning reader- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Zone>xmlIdZoneMapMap to stores zones by xml Id
-
Constructor Summary
Constructors Constructor Description PlanitInterModalReaderSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Zone>getMapToIndexZoneByXmlIds()map to index nodes by xml id when parsingvoidsetMapToIndexZoneByXmlIds(Map<String,Zone> xmlIdZoneMap)Use provided map to index zones by xml id when parsing
-