Class EntityValidationOptimizationScheme
java.lang.Object
com.dna.jopt.framework.body.scheme.AbstractOptimizationScheme
com.dna.jopt.framework.body.scheme.EntityValidationOptimizationScheme
- All Implemented Interfaces:
IOptimizationScheme
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Creates the defined scheme by adding the algorithms etc.void
setBc
(BiConsumer<List<IEntity>, IOptimization> bc) void
setConsumer
(Consumer<IOptimization> consumer) Methods inherited from class com.dna.jopt.framework.body.scheme.AbstractOptimizationScheme
attachCustomNodeLevelRestriction, attachCustomRouteLevelRestriction, getAssessorJobRestrictions, getAssessorMultiRouteRestrictions, getAssessorNodeRestrictions, getAssessorRouteRestrictions, getAutoFilter, getCostAssessor, getCustomDefaultProperties, getOptimization, getOptimizationAlgorithms, initAssessor, postCreate, setAutoFilter, setCostAssessor, setCustomDefaultProperties, setOptimizationAlgorithms
-
Constructor Details
-
EntityValidationOptimizationScheme
-
-
Method Details
-
create
public void create()Description copied from interface:IOptimizationScheme
Creates the defined scheme by adding the algorithms etc. -
setBc
-
setConsumer
-