Class TntpDemandsReaderSettings

    • Field Detail

      • referenceNetwork

        protected MacroscopicNetwork referenceNetwork
        the network these demands relates to
      • referenceZoning

        protected Zoning referenceZoning
        the zoning these demands relate to
      • demandsToPopulate

        protected Demands demandsToPopulate
        the demands to populate
    • Constructor Detail

      • TntpDemandsReaderSettings

        public TntpDemandsReaderSettings()
    • Method Detail

      • getReferenceZoning

        public Zoning getReferenceZoning()
      • setReferenceZoning

        public void setReferenceZoning​(Zoning referenceZoning)
      • getReferenceNetwork

        public MacroscopicNetwork getReferenceNetwork()
        Reference network for the zoning
        Returns:
        reference network
      • setReferenceNetwork

        public void setReferenceNetwork​(MacroscopicNetwork referenceNetwork)
        Reference network for the demands
        Parameters:
        referenceNetwork - to use
      • getDemandsToPopulate

        public Demands getDemandsToPopulate()
      • setDemandsToPopulate

        public void setDemandsToPopulate​(Demands demandsToPopulate)