| Package | Description |
|---|---|
| org.optaplanner.core.config.phase.custom | |
| org.optaplanner.core.impl.phase.custom |
| Modifier and Type | Field and Description |
|---|---|
protected List<Class<? extends CustomPhaseCommand>> |
CustomPhaseConfig.customPhaseCommandClassList |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends CustomPhaseCommand>> |
CustomPhaseConfig.getCustomPhaseCommandClassList() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomPhaseConfig.setCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCustomPhaseCommand<Solution_>
Abstract superclass for
CustomPhaseCommand. |
class |
NoChangeCustomPhaseCommand
Makes no changes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomPhaseCommand<Solution_>> |
DefaultCustomPhase.customPhaseCommandList |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCustomPhase.setCustomPhaseCommandList(List<CustomPhaseCommand<Solution_>> customPhaseCommandList) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.