| Package | Description |
|---|---|
| org.optaplanner.core.api.domain.entity |
Domain annotations and support classes for a planning entity.
|
| org.optaplanner.core.api.domain.variable |
Domain annotations and support classes for a planning variable.
|
| org.optaplanner.core.config.heuristic.selector.entity | |
| org.optaplanner.core.config.heuristic.selector.move | |
| org.optaplanner.core.config.heuristic.selector.value | |
| org.optaplanner.core.impl.heuristic.selector.common.decorator |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlanningEntity.NullDifficultyWeightFactory
Workaround for annotation limitation in
PlanningEntity.difficultyWeightFactoryClass(). |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlanningVariable.NullStrengthWeightFactory
Workaround for annotation limitation in
PlanningVariable.strengthWeightFactoryClass(). |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends SelectionSorterWeightFactory> |
EntitySelectorConfig.sorterWeightFactoryClass |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SelectionSorterWeightFactory> |
EntitySelectorConfig.getSorterWeightFactoryClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntitySelectorConfig.setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends SelectionSorterWeightFactory> |
MoveSelectorConfig.sorterWeightFactoryClass |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SelectionSorterWeightFactory> |
MoveSelectorConfig.getSorterWeightFactoryClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveSelectorConfig.setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) |
MoveSelectorConfig |
MoveSelectorConfig.withSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends SelectionSorterWeightFactory> |
ValueSelectorConfig.sorterWeightFactoryClass |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SelectionSorterWeightFactory> |
ValueSelectorConfig.getSorterWeightFactoryClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueSelectorConfig.setSorterWeightFactoryClass(Class<? extends SelectionSorterWeightFactory> sorterWeightFactoryClass) |
| Constructor and Description |
|---|
WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution_,T> selectionSorterWeightFactory,
SelectionSorterOrder selectionSorterOrder) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.