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 |
protected List<CustomPhaseCommand<?>> |
CustomPhaseConfig.customPhaseCommandList |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends CustomPhaseCommand>> |
CustomPhaseConfig.getCustomPhaseCommandClassList() |
List<CustomPhaseCommand<?>> |
CustomPhaseConfig.getCustomPhaseCommandList() |
Modifier and Type | Method and Description |
---|---|
CustomPhaseConfig |
CustomPhaseConfig.withCustomPhaseCommands(CustomPhaseCommand<?>... customPhaseCommands) |
Modifier and Type | Method and Description |
---|---|
void |
CustomPhaseConfig.setCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) |
void |
CustomPhaseConfig.setCustomPhaseCommandList(List<CustomPhaseCommand<?>> customPhaseCommandList) |
CustomPhaseConfig |
CustomPhaseConfig.withCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) |
CustomPhaseConfig |
CustomPhaseConfig.withCustomPhaseCommandList(List<CustomPhaseCommand<?>> customPhaseCommandList) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCustomPhaseCommand<Solution_>
Deprecated.
Use the
CustomPhaseCommand) interface directly instead. |
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–2021 JBoss by Red Hat. All rights reserved.