Class PropertiesForecast.ForecastCapacity

java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.forecastcapacity.PropertiesForecast.ForecastCapacity
Enclosing class:
PropertiesForecast

public static class PropertiesForecast.ForecastCapacity extends Properties
  • Method Details

    • getSizeOfWorkLoadBatchInsert

      public static int getSizeOfWorkLoadBatchInsert()
      Gets the size of work-load batch insert
      Returns:
      the size of work-load batch insert
    • getNewCoverageAlgorithmEnabled

      public static boolean getNewCoverageAlgorithmEnabled()
      Gets the value of the flag that indicates if the new algorithm is enabled
      Returns:
      true if the new coverage algorithm is enabled
    • getCoverageAlgorithmBaseUrl

      public static String getCoverageAlgorithmBaseUrl()
      Gets the value of the base URL used to call the coverage algorithm GisWare APIs
      Returns:
      the base URL for the coverage algorithm APIs
    • getCoverageAlgorithmApiKey

      public static String getCoverageAlgorithmApiKey()
      Gets the API key used to authenticate calls to the coverage algorithm GisWare APIs
      Returns:
      the API key for the coverage algorithm APIs
    • getCoverageAlgorithmUsername

      public static String getCoverageAlgorithmUsername()
      Gets the username used to authenticate calls to the coverage algorithm APIs
      Returns:
      the username for the coverage algorithm APIs
    • getCoverageAlgorithmPassword

      public static String getCoverageAlgorithmPassword()
      Gets the password used to authenticate calls to the coverage algorithm APIs
      Returns:
      the password for the coverage algorithm APIs
    • getCoverageAlgorithmAuthenticationType

      public static String getCoverageAlgorithmAuthenticationType()
      Gets the authentication type used for the coverage algorithm APIs
      Returns:
      the authentication type for the coverage algorithm APIs
    • getFinderTimeFramePriorityWeight

      public static double getFinderTimeFramePriorityWeight()
      Gets the finder time frame priority weight used for the coverage algorithm
      Returns:
      the finder time frame priority weight for the coverage algorithm
    • getFinderTimeFrameSizeWeight

      public static double getFinderTimeFrameSizeWeight()
      Gets the finder time frame size weight used for the coverage algorithm
      Returns:
      the finder time frame size weight for the coverage algorithm
    • getFinderSkillWasteWeight

      public static double getFinderSkillWasteWeight()
      Gets the finder skill waste weight used for the coverage algorithm
      Returns:
      the finder skill waste weight for the coverage algorithm
    • getValidatorTimeFramePriorityWeight

      public static double getValidatorTimeFramePriorityWeight()
      Gets the validator time frame priority weight used for the coverage algorithm
      Returns:
      the validator time frame priority weight for the coverage algorithm
    • getValidatorTimeFrameSizeWeight

      public static double getValidatorTimeFrameSizeWeight()
      Gets the validator time frame size weight used for the coverage algorithm
      Returns:
      the validator time frame size weight for the coverage algorithm
    • getValidatorSkillWasteWeight

      public static double getValidatorSkillWasteWeight()
      Gets the validator skill waste weight used for the coverage algorithm
      Returns:
      the validator skill waste weight for the coverage algorithm
    • getValidatorMaximizeAssignedUnits

      public static boolean getValidatorMaximizeAssignedUnits()
      Gets the validator maximize assigned units flag used for the coverage algorithm
      Returns:
      the validator maximize assigned units flag for the coverage algorithm