OptaPlanner distribution 6.1.0.Final

Uses of Interface
org.optaplanner.core.impl.phase.custom.CustomPhaseCommand

Packages that use CustomPhaseCommand
org.optaplanner.core.config.phase.custom   
org.optaplanner.core.impl.phase.custom   
org.optaplanner.examples.dinnerparty.solver.solution.initializer   
org.optaplanner.examples.machinereassignment.solver.solution.initializer   
org.optaplanner.examples.nqueens.solver.solution   
 

Uses of CustomPhaseCommand in org.optaplanner.core.config.phase.custom
 

Fields in org.optaplanner.core.config.phase.custom with type parameters of type CustomPhaseCommand
protected  List<Class<? extends CustomPhaseCommand>> CustomPhaseConfig.customPhaseCommandClassList
           
 

Methods in org.optaplanner.core.config.phase.custom that return types with arguments of type CustomPhaseCommand
 List<Class<? extends CustomPhaseCommand>> CustomPhaseConfig.getCustomPhaseCommandClassList()
           
 

Method parameters in org.optaplanner.core.config.phase.custom with type arguments of type CustomPhaseCommand
 void CustomPhaseConfig.setCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList)
           
 

Uses of CustomPhaseCommand in org.optaplanner.core.impl.phase.custom
 

Fields in org.optaplanner.core.impl.phase.custom with type parameters of type CustomPhaseCommand
protected  List<CustomPhaseCommand> DefaultCustomPhase.customPhaseCommandList
           
 

Method parameters in org.optaplanner.core.impl.phase.custom with type arguments of type CustomPhaseCommand
 void DefaultCustomPhase.setCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList)
           
 

Uses of CustomPhaseCommand in org.optaplanner.examples.dinnerparty.solver.solution.initializer
 

Classes in org.optaplanner.examples.dinnerparty.solver.solution.initializer that implement CustomPhaseCommand
 class DinnerPartySolutionInitializer
           
 

Uses of CustomPhaseCommand in org.optaplanner.examples.machinereassignment.solver.solution.initializer
 

Classes in org.optaplanner.examples.machinereassignment.solver.solution.initializer that implement CustomPhaseCommand
 class ToOriginalMachineSolutionInitializer
           
 

Uses of CustomPhaseCommand in org.optaplanner.examples.nqueens.solver.solution
 

Classes in org.optaplanner.examples.nqueens.solver.solution that implement CustomPhaseCommand
 class CheatingNQueensPhaseCommand
          Because N Queens is not NP-complete or NP-hard, it can be cheated.
 


OptaPlanner distribution 6.1.0.Final

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.