Class PlanitInterModalReaderSettings


  • public class PlanitInterModalReaderSettings
    extends Object
    Settings for the PLANit zoning reader
    Author:
    markr
    • Field Detail

      • xmlIdZoneMap

        protected Map<String,​Zone> xmlIdZoneMap
        Map to stores zones by xml Id
    • Constructor Detail

      • PlanitInterModalReaderSettings

        public PlanitInterModalReaderSettings()
    • Method Detail

      • getMapToIndexZoneByXmlIds

        protected Map<String,​Zone> getMapToIndexZoneByXmlIds()
        map to index nodes by xml id when parsing
        Returns:
        zoneXmlIdToNodeMap to use
      • setMapToIndexZoneByXmlIds

        public void setMapToIndexZoneByXmlIds​(Map<String,​Zone> xmlIdZoneMap)
        Use provided map to index zones by xml id when parsing
        Parameters:
        xmlIdZoneMap - to use