Class PlanitZoningReaderSettings


  • public class PlanitZoningReaderSettings
    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
      • xmlIdConnectoidMap

        protected Map<String,​Connectoid> xmlIdConnectoidMap
        Map to stores connectoids by xml Id
    • Constructor Detail

      • PlanitZoningReaderSettings

        public PlanitZoningReaderSettings()
    • 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
      • getMapToIndexConnectoidsByXmlIds

        protected Map<String,​Connectoid> getMapToIndexConnectoidsByXmlIds()
        map to index connectoids by xml id when parsing
        Returns:
        zoneXmlIdToNodeMap to use
      • setMapToIndexConnectoidsByXmlIds

        public void setMapToIndexConnectoidsByXmlIds​(Map<String,​Connectoid> xmlIdConnectoidMap)
        Use provided map to index connectoids by xml id when parsing
        Parameters:
        xmlIdConnectoidMap - to use