Interface SolverEditorLookupConstants
-
- All Superinterfaces:
com.google.gwt.i18n.client.Constants,com.google.gwt.i18n.client.ConstantsWithLookup,com.google.gwt.i18n.client.Localizable,com.google.gwt.i18n.shared.Localizable,com.google.gwt.i18n.client.LocalizableResource
public interface SolverEditorLookupConstants extends com.google.gwt.i18n.client.ConstantsWithLookup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
-
-
Field Summary
Fields Modifier and Type Field Description static SolverEditorLookupConstantsINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringALLOCATE_ENTITY_FROM_QUEUE()StringALLOCATE_FROM_POOL()StringALLOCATE_TO_VALUE_FROM_QUEUE()StringCHEAPEST_INSERTION()StringDECREASING_DIFFICULTY()StringDECREASING_DIFFICULTY_IF_AVAILABLE()StringFIRST_FIT()StringFIRST_FIT_DECREASING()StringGREAT_DELUGE()StringHILL_CLIMBING()StringLATE_ACCEPTANCE()StringNONE()StringSIMULATED_ANNEALING()StringSTRONGEST_FIT()StringSTRONGEST_FIT_DECREASING()StringTABU_SEARCH()StringVARIABLE_NEIGHBORHOOD_DESCENT()StringWEAKEST_FIT()StringWEAKEST_FIT_DECREASING()
-
-
-
Field Detail
-
INSTANCE
static final SolverEditorLookupConstants INSTANCE
-
-
Method Detail
-
FIRST_FIT
String FIRST_FIT()
-
FIRST_FIT_DECREASING
String FIRST_FIT_DECREASING()
-
WEAKEST_FIT
String WEAKEST_FIT()
-
WEAKEST_FIT_DECREASING
String WEAKEST_FIT_DECREASING()
-
STRONGEST_FIT
String STRONGEST_FIT()
-
STRONGEST_FIT_DECREASING
String STRONGEST_FIT_DECREASING()
-
ALLOCATE_ENTITY_FROM_QUEUE
String ALLOCATE_ENTITY_FROM_QUEUE()
-
ALLOCATE_TO_VALUE_FROM_QUEUE
String ALLOCATE_TO_VALUE_FROM_QUEUE()
-
CHEAPEST_INSERTION
String CHEAPEST_INSERTION()
-
ALLOCATE_FROM_POOL
String ALLOCATE_FROM_POOL()
-
NONE
String NONE()
-
DECREASING_DIFFICULTY
String DECREASING_DIFFICULTY()
-
DECREASING_DIFFICULTY_IF_AVAILABLE
String DECREASING_DIFFICULTY_IF_AVAILABLE()
-
GREAT_DELUGE
String GREAT_DELUGE()
-
HILL_CLIMBING
String HILL_CLIMBING()
-
TABU_SEARCH
String TABU_SEARCH()
-
SIMULATED_ANNEALING
String SIMULATED_ANNEALING()
-
LATE_ACCEPTANCE
String LATE_ACCEPTANCE()
-
VARIABLE_NEIGHBORHOOD_DESCENT
String VARIABLE_NEIGHBORHOOD_DESCENT()
-
-