Solution_ - the solution type, the class with the PlanningSolution annotationpublic abstract class AbstractCustomPhaseCommand<Solution_> extends Object implements CustomPhaseCommand<Solution_>
CustomPhaseCommand.| Constructor and Description |
|---|
AbstractCustomPhaseCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyCustomProperties(Map<String,String> customPropertyMap)
Called during
SolverFactory.buildSolver(). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeWorkingSolutionpublic void applyCustomProperties(Map<String,String> customPropertyMap)
CustomPhaseCommandSolverFactory.buildSolver().applyCustomProperties in interface CustomPhaseCommand<Solution_>customPropertyMap - never nullCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.