Class PropertiesForecast.ForecastCapacity
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.forecastcapacity.PropertiesForecast.ForecastCapacity
- Enclosing class:
PropertiesForecast
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringGets the API key used to authenticate calls to the coverage algorithm GisWare APIsstatic StringGets the authentication type used for the coverage algorithm APIsstatic StringGets the value of the base URL used to call the coverage algorithm GisWare APIsstatic StringGets the password used to authenticate calls to the coverage algorithm APIsstatic StringGets the username used to authenticate calls to the coverage algorithm APIsstatic doubleGets the finder skill waste weight used for the coverage algorithmstatic doubleGets the finder time frame priority weight used for the coverage algorithmstatic doubleGets the finder time frame size weight used for the coverage algorithmstatic booleanGets the value of the flag that indicates if the new algorithm is enabledstatic intGets the size of work-load batch insertstatic booleanGets the validator maximize assigned units flag used for the coverage algorithmstatic doubleGets the validator skill waste weight used for the coverage algorithmstatic doubleGets the validator time frame priority weight used for the coverage algorithmstatic doubleGets the validator time frame size weight used for the coverage algorithmMethods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
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
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
Gets the API key used to authenticate calls to the coverage algorithm GisWare APIs- Returns:
- the API key for the coverage algorithm APIs
-
getCoverageAlgorithmUsername
Gets the username used to authenticate calls to the coverage algorithm APIs- Returns:
- the username for the coverage algorithm APIs
-
getCoverageAlgorithmPassword
Gets the password used to authenticate calls to the coverage algorithm APIs- Returns:
- the password for the coverage algorithm APIs
-
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
-