| 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.impl.domain.entity.descriptor | |
| org.optaplanner.core.impl.domain.variable.descriptor | |
| org.optaplanner.core.impl.heuristic.selector.entity.decorator | |
| org.optaplanner.core.impl.heuristic.selector.move.decorator | |
| org.optaplanner.core.impl.heuristic.selector.value.decorator |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlanningEntity.NullMovableEntitySelectionFilter
Workaround for annotation limitation in
PlanningEntity.movableEntitySelectionFilter(). |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlanningVariable.NullReinitializeVariableEntityFilter
Workaround for annotation limitation in
PlanningVariable.reinitializeVariableEntityFilter(). |
| Modifier and Type | Field and Description |
|---|---|
protected List<Class<? extends SelectionFilter>> |
EntitySelectorConfig.filterClassList |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends SelectionFilter>> |
EntitySelectorConfig.getFilterClassList() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntitySelectorConfig.setFilterClassList(List<Class<? extends SelectionFilter>> filterClassList) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Class<? extends SelectionFilter>> |
MoveSelectorConfig.filterClassList |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends SelectionFilter>> |
MoveSelectorConfig.getFilterClassList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveSelectorConfig.setFilterClassList(List<Class<? extends SelectionFilter>> filterClassList) |
| Modifier and Type | Method and Description |
|---|---|
SelectionFilter |
EntityDescriptor.getMovableEntitySelectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
SelectionFilter |
GenuineVariableDescriptor.getReinitializeVariableEntityFilter() |
| Modifier and Type | Class and Description |
|---|---|
class |
NullValueReinitializeVariableEntityFilter
Behaves as if it was a UninitializedVariableEntityFilter, except when the variable is
PlanningVariable.nullable(). |
| Modifier and Type | Field and Description |
|---|---|
protected List<SelectionFilter> |
FilteringEntitySelector.filterList |
| Constructor and Description |
|---|
FilteringEntitySelector(EntitySelector childEntitySelector,
List<SelectionFilter> filterList) |
| Modifier and Type | Field and Description |
|---|---|
protected List<SelectionFilter> |
FilteringMoveSelector.filterList |
| Constructor and Description |
|---|
FilteringMoveSelector(MoveSelector childMoveSelector,
List<SelectionFilter> filterList) |
| Modifier and Type | Field and Description |
|---|---|
protected SelectionFilter |
ReinitializeVariableValueSelector.reinitializeVariableEntityFilter |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.