Package de.uka.ipd.sdq.dsexplore.launch
Class DSEConstantsContainer
- java.lang.Object
-
- de.uka.ipd.sdq.dsexplore.launch.DSEConstantsContainer
-
public class DSEConstantsContainer extends Object
constants of DSE. QML-related constants are found inQMLConstantsContainer
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DSEConstantsContainer.QualityAttribute
TODO: Move this toAnalysisQualityAttributes
?
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DSEConstantsContainer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getAnalysisMethod(DSEConstantsContainer.QualityAttribute qualityAttribute)
-
-
-
Field Detail
-
MAX_ITERATIONS
public static final String MAX_ITERATIONS
- See Also:
- Constant Field Values
-
INDIVIDUALS_PER_GENERATION
public static final String INDIVIDUALS_PER_GENERATION
- See Also:
- Constant Field Values
-
CROSSOVER_RATE
public static final String CROSSOVER_RATE
- See Also:
- Constant Field Values
-
MRT_REQUIREMENTS
public static final String MRT_REQUIREMENTS
- See Also:
- Constant Field Values
-
MAX_COST
public static final String MAX_COST
- See Also:
- Constant Field Values
-
SEARCH_METHOD
public static final String SEARCH_METHOD
- See Also:
- Constant Field Values
-
SEARCH_EVOLUTIONARY
public static final String SEARCH_EVOLUTIONARY
Messages for the selection combo box- See Also:
- Constant Field Values
-
SEARCH_RANDOM
public static final String SEARCH_RANDOM
- See Also:
- Constant Field Values
-
SEARCH_RULE
public static final String SEARCH_RULE
whether the rule based search should explore the full search tree up to the depth given by the number of iterations.- See Also:
- Constant Field Values
-
SEARCH_RULE_OPT
public static final String SEARCH_RULE_OPT
Suboptimal candidates are pruned from the search tree and not further explored per iteration.- See Also:
- Constant Field Values
-
SEARCH_EVOLUTIONARY_WITH_BAYES
public static final String SEARCH_EVOLUTIONARY_WITH_BAYES
- See Also:
- Constant Field Values
-
COST_FILE
public static final String COST_FILE
Model filenames value- See Also:
- Constant Field Values
-
NQR_FILE
public static final String NQR_FILE
- See Also:
- Constant Field Values
-
REASONING_REDUCTION_FILE
public static final String REASONING_REDUCTION_FILE
- See Also:
- Constant Field Values
-
REASONING_SYSTEM_FILE
public static final String REASONING_SYSTEM_FILE
- See Also:
- Constant Field Values
-
QML_CONTRACT_FILE
public static final String QML_CONTRACT_FILE
- See Also:
- Constant Field Values
-
SECURITY_FILE
public static final String SECURITY_FILE
- See Also:
- Constant Field Values
-
PREDEFINED_INSTANCES
public static final String PREDEFINED_INSTANCES
- See Also:
- Constant Field Values
-
CACHE_INSTANCES
public static final String CACHE_INSTANCES
- See Also:
- Constant Field Values
-
ALL_CANDIDATES
public static final String ALL_CANDIDATES
- See Also:
- Constant Field Values
-
ARCHIVE_CANDIDATES
public static final String ARCHIVE_CANDIDATES
- See Also:
- Constant Field Values
-
QUALITY_EFFECT_SPECIFICATION_FILE
public static final String QUALITY_EFFECT_SPECIFICATION_FILE
- See Also:
- Constant Field Values
-
DESIGN_DECISION_FILE
public static final String DESIGN_DECISION_FILE
- See Also:
- Constant Field Values
-
QML_DEFINITION_FILE
public static final String QML_DEFINITION_FILE
- See Also:
- Constant Field Values
-
COST_MODEL_EXTENSION
public static final String[] COST_MODEL_EXTENSION
Set the file extensions which the dialog can use to filter the files it shows to the argument.
-
NQR_MODEL_EXTENSION
public static final String[] NQR_MODEL_EXTENSION
-
REASONING_MODEL_EXTENSION
public static final String[] REASONING_MODEL_EXTENSION
-
QML_CONTRACT_EXTENSION
public static final String[] QML_CONTRACT_EXTENSION
-
QUALITY_EFFECT_SPECIFICATION_EXTENSION
public static final String[] QUALITY_EFFECT_SPECIFICATION_EXTENSION
-
SECURITY_MODEL_EXTENSION
public static final String[] SECURITY_MODEL_EXTENSION
-
CSV_EXTENSION
public static final String[] CSV_EXTENSION
Set the file extensions which the dialog can use to filter the files it shows to the argument.
-
CANDIDATE_EXTENSION
public static final String[] CANDIDATE_EXTENSION
-
DESIGNDECISION_EXTENSION
public static final String[] DESIGNDECISION_EXTENSION
Set the file extensions which the dialog can use to filter the files it shows to the argument.
-
QML_DEFINITION_EXTENSION
public static final String QML_DEFINITION_EXTENSION
-
DESIGN_DECISIONS_ONLY
public static final String DESIGN_DECISIONS_ONLY
- See Also:
- Constant Field Values
-
OPTIMISATION_ONLY
public static final String OPTIMISATION_ONLY
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
ALPHA
public static final String ALPHA
- See Also:
- Constant Field Values
-
UPPER_BOUND_CONFIDENCE
public static final String UPPER_BOUND_CONFIDENCE
- See Also:
- Constant Field Values
-
LOWER_BOUND_CONFIDENCE
public static final String LOWER_BOUND_CONFIDENCE
- See Also:
- Constant Field Values
-
DSE_ITERATIONS
public static final String DSE_ITERATIONS
- See Also:
- Constant Field Values
-
CONSIDER_QML_BOUNDS
public static final String CONSIDER_QML_BOUNDS
- See Also:
- Constant Field Values
-
TACTICS_PROBABILITY
public static final String TACTICS_PROBABILITY
- See Also:
- Constant Field Values
-
USE_REALLOCATION
public static final String USE_REALLOCATION
- See Also:
- Constant Field Values
-
REALLOCATION_UTILISATION_DIFFERENCE
public static final String REALLOCATION_UTILISATION_DIFFERENCE
- See Also:
- Constant Field Values
-
REALLOCATION_WEIGHT
public static final String REALLOCATION_WEIGHT
- See Also:
- Constant Field Values
-
USE_PROCESSING_RATE
public static final String USE_PROCESSING_RATE
- See Also:
- Constant Field Values
-
PROCESSING_RATE_THRESHOLD_LOW_UTILISATION
public static final String PROCESSING_RATE_THRESHOLD_LOW_UTILISATION
- See Also:
- Constant Field Values
-
PROCESSING_RATE_THRESHOLD_HIGH_UTILISATION
public static final String PROCESSING_RATE_THRESHOLD_HIGH_UTILISATION
- See Also:
- Constant Field Values
-
PROCESSING_RATE_INCREASE_FACTOR
public static final String PROCESSING_RATE_INCREASE_FACTOR
- See Also:
- Constant Field Values
-
PROCESSING_RATE_DECREASE_FACTOR
public static final String PROCESSING_RATE_DECREASE_FACTOR
- See Also:
- Constant Field Values
-
PROCESSING_RATE_WEIGHT
public static final String PROCESSING_RATE_WEIGHT
- See Also:
- Constant Field Values
-
USE_SERVER_CONSOLIDATION
public static final String USE_SERVER_CONSOLIDATION
- See Also:
- Constant Field Values
-
SERVER_CONSOLIDATION_THRESHOLD_LOW_UTILISATION
public static final String SERVER_CONSOLIDATION_THRESHOLD_LOW_UTILISATION
- See Also:
- Constant Field Values
-
SERVER_CONSOLIDATION_WEIGHT
public static final String SERVER_CONSOLIDATION_WEIGHT
- See Also:
- Constant Field Values
-
USE_SERVER_EXPANSION
public static final String USE_SERVER_EXPANSION
- See Also:
- Constant Field Values
-
SERVER_EXPANSION_THRESHOLD_HIGH_UTILISATION
public static final String SERVER_EXPANSION_THRESHOLD_HIGH_UTILISATION
- See Also:
- Constant Field Values
-
SERVER_EXPANSION_MAX_NUMBER_OF_REPLACEMENTS
public static final String SERVER_EXPANSION_MAX_NUMBER_OF_REPLACEMENTS
- See Also:
- Constant Field Values
-
SERVER_EXPANSION_WEIGHT
public static final String SERVER_EXPANSION_WEIGHT
- See Also:
- Constant Field Values
-
USE_LINK_REALLOCATION
public static final String USE_LINK_REALLOCATION
- See Also:
- Constant Field Values
-
USE_ANTIPATTERNS
public static final String USE_ANTIPATTERNS
- See Also:
- Constant Field Values
-
USE_STARTING_POPULATION_HEURISTIC
public static final String USE_STARTING_POPULATION_HEURISTIC
- See Also:
- Constant Field Values
-
MIN_NUMBER_RESOURCE_CONTAINERS
public static final String MIN_NUMBER_RESOURCE_CONTAINERS
- See Also:
- Constant Field Values
-
MAX_NUMBER_RESOURCE_CONTAINERS
public static final String MAX_NUMBER_RESOURCE_CONTAINERS
- See Also:
- Constant Field Values
-
NUMBER_OF_CANDIDATES_PER_ALLOCATION_LEVEL
public static final String NUMBER_OF_CANDIDATES_PER_ALLOCATION_LEVEL
- See Also:
- Constant Field Values
-
TC_GENERAL_USE_TERMINATION_CRITERIA
public static final String TC_GENERAL_USE_TERMINATION_CRITERIA
- See Also:
- Constant Field Values
-
TC_GENERAL_COMPARISION_MODE
public static final String TC_GENERAL_COMPARISION_MODE
- See Also:
- Constant Field Values
-
TC_COMPOSED_CRITERIA_ACTIVATE
public static final String TC_COMPOSED_CRITERIA_ACTIVATE
- See Also:
- Constant Field Values
-
TC_COMPOSED_CRITERIA_EXPRESSION
public static final String TC_COMPOSED_CRITERIA_EXPRESSION
- See Also:
- Constant Field Values
-
TC_MAX_NUM_OF_GEN_ACTIVATE
public static final String TC_MAX_NUM_OF_GEN_ACTIVATE
- See Also:
- Constant Field Values
-
TC_MAX_NUM_OF_GEN_LIMIT
public static final String TC_MAX_NUM_OF_GEN_LIMIT
- See Also:
- Constant Field Values
-
TC_ELAPSED_TIME_ACTIVATE
public static final String TC_ELAPSED_TIME_ACTIVATE
- See Also:
- Constant Field Values
-
TC_ELAPSED_TIME_TYPE
public static final String TC_ELAPSED_TIME_TYPE
- See Also:
- Constant Field Values
-
TC_ELAPSED_TIME_TIME_LIMIT
public static final String TC_ELAPSED_TIME_TIME_LIMIT
- See Also:
- Constant Field Values
-
TC_NO_NEW_CANDIDATES_ACTIVATE
public static final String TC_NO_NEW_CANDIDATES_ACTIVATE
- See Also:
- Constant Field Values
-
TC_NO_NEW_CANDIDATES_ITERATIONS_WITHOUT
public static final String TC_NO_NEW_CANDIDATES_ITERATIONS_WITHOUT
- See Also:
- Constant Field Values
-
TC_SET_STABILITY_ACTIVATE
public static final String TC_SET_STABILITY_ACTIVATE
- See Also:
- Constant Field Values
-
TC_SET_STABILITY_MODE
public static final String TC_SET_STABILITY_MODE
- See Also:
- Constant Field Values
-
TC_SET_STABILITY_MINIMUM_ITERATION_TO_SURVIVE
public static final String TC_SET_STABILITY_MINIMUM_ITERATION_TO_SURVIVE
- See Also:
- Constant Field Values
-
TC_SET_STABILITY_NUMBER_OF_SURVIVORS_EXACT
public static final String TC_SET_STABILITY_NUMBER_OF_SURVIVORS_EXACT
- See Also:
- Constant Field Values
-
TC_SET_STABILITY_NUMBER_OF_SURVIVORS_PERCENTAGE
public static final String TC_SET_STABILITY_NUMBER_OF_SURVIVORS_PERCENTAGE
- See Also:
- Constant Field Values
-
TC_MINIMAL_VALUES_ACTIVATE
public static final String TC_MINIMAL_VALUES_ACTIVATE
- See Also:
- Constant Field Values
-
TC_MINIMAL_VALUES_CANDIDATES_TO_CONFORM
public static final String TC_MINIMAL_VALUES_CANDIDATES_TO_CONFORM
- See Also:
- Constant Field Values
-
TC_MINIMAL_VALUES_CONFIGURED_OBJECTIVES
public static final String TC_MINIMAL_VALUES_CONFIGURED_OBJECTIVES
- See Also:
- Constant Field Values
-
TC_PARETO_FRONT_IS_REACHED_ACTIVATE
public static final String TC_PARETO_FRONT_IS_REACHED_ACTIVATE
- See Also:
- Constant Field Values
-
TC_PARETO_FRONT_IS_REACHED_PERCENTAGES_TO_COVER
public static final String TC_PARETO_FRONT_IS_REACHED_PERCENTAGES_TO_COVER
- See Also:
- Constant Field Values
-
TC_PARETO_FRONT_IS_REACHED_PATH_TO_FRONT_FILE
public static final String TC_PARETO_FRONT_IS_REACHED_PATH_TO_FRONT_FILE
- See Also:
- Constant Field Values
-
TC_INSIGNIFICANT_SET_IMPROVEMENT_ACTIVATE
public static final String TC_INSIGNIFICANT_SET_IMPROVEMENT_ACTIVATE
- See Also:
- Constant Field Values
-
TC_INSIGNIFICANT_SET_IMPROVEMENT_GENERATION_X
public static final String TC_INSIGNIFICANT_SET_IMPROVEMENT_GENERATION_X
- See Also:
- Constant Field Values
-
TC_INSIGNIFICANT_SET_IMPROVEMENT_CONFIGURED_OBJECTIVES
public static final String TC_INSIGNIFICANT_SET_IMPROVEMENT_CONFIGURED_OBJECTIVES
- See Also:
- Constant Field Values
-
TC_INSIGNIFICANT_FRONT_CHANGE_ACTIVATE
public static final String TC_INSIGNIFICANT_FRONT_CHANGE_ACTIVATE
- See Also:
- Constant Field Values
-
TC_INSIGNIFICANT_FRONT_CHANGE_GENERATION_X
public static final String TC_INSIGNIFICANT_FRONT_CHANGE_GENERATION_X
- See Also:
- Constant Field Values
-
TC_INSIGNIFICANT_FRONT_CHANGE_IMPROVEMENT
public static final String TC_INSIGNIFICANT_FRONT_CHANGE_IMPROVEMENT
- See Also:
- Constant Field Values
-
STOP_ON_INITIAL_FAILURE
public static final String STOP_ON_INITIAL_FAILURE
- See Also:
- Constant Field Values
-
STORE_RESULTS_AS_EMF
public static final String STORE_RESULTS_AS_EMF
- See Also:
- Constant Field Values
-
STORE_RESULTS_AS_CSV
public static final String STORE_RESULTS_AS_CSV
- See Also:
- Constant Field Values
-
DEFAULT_COST_MODEL_FILE
public static final String DEFAULT_COST_MODEL_FILE
Default URI for the cost model file.- See Also:
- Constant Field Values
-
DEFAULT_GIVEN_CANDIDATES_FILE
public static final String DEFAULT_GIVEN_CANDIDATES_FILE
Default URI for the given candidates file.- See Also:
- Constant Field Values
-
DEFAULT_CACHED_CANDIDATES_FILE
public static final String DEFAULT_CACHED_CANDIDATES_FILE
Default URI for the cached candidates file.- See Also:
- Constant Field Values
-
DEFAULT_ALL_CANDIDATES_FILE
public static final String DEFAULT_ALL_CANDIDATES_FILE
Default URI for the all candidates file.- See Also:
- Constant Field Values
-
DEFAULT_ARCHIVE_INSTANCES_FILE
public static final String DEFAULT_ARCHIVE_INSTANCES_FILE
Default URI for the archive candidates file.- See Also:
- Constant Field Values
-
DEFAULT_DESIGN_DECISION_FILE
public static final String DEFAULT_DESIGN_DECISION_FILE
Default URI for the design decision file.- See Also:
- Constant Field Values
-
DEFAULT_QML_CRITERIA_DEFINITIONS_FILE
public static final String DEFAULT_QML_CRITERIA_DEFINITIONS_FILE
Default URI for the QML criteria definitions file.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAnalysisMethod
public static final String getAnalysisMethod(DSEConstantsContainer.QualityAttribute qualityAttribute)
-
-