Class BPRConfigurator

    • Constructor Detail

      • BPRConfigurator

        protected BPRConfigurator()
        Constructor
    • Method Detail

      • setParameters

        public void setParameters​(MacroscopicLinkSegment linkSegment,
                                  Mode mode,
                                  double alpha,
                                  double beta)
        Set the alpha and beta values for a given link segment and mode
        Parameters:
        linkSegment - the specified link segment
        mode - specified mode type
        alpha - alpha value
        beta - beta value
      • setDefaultParameters

        public void setDefaultParameters​(Mode mode,
                                         double alpha,
                                         double beta)
        Set the default alpha and beta values for a mode
        Parameters:
        mode - the specified mode type
        alpha - alpha value
        beta - beta value
      • setDefaultParameters

        public void setDefaultParameters​(MacroscopicLinkSegmentType macroscopicLinkSegmentType,
                                         Mode mode,
                                         double alpha,
                                         double beta)
        Set the default alpha and beta values for a given link type and mode
        Parameters:
        macroscopicLinkSegmentType - the specified link type
        mode - the specified mode type
        alpha - alpha value
        beta - beta value
      • setDefaultParameters

        public void setDefaultParameters​(double alpha,
                                         double beta)
        Set the default alpha and beta values
        Parameters:
        alpha - alpha value
        beta - beta value