OptaPlanner core 6.2.0.Beta2

org.optaplanner.core.config.localsearch.decider.forager
Class LocalSearchForagerConfig

java.lang.Object
  extended by org.optaplanner.core.config.localsearch.decider.forager.LocalSearchForagerConfig

public class LocalSearchForagerConfig
extends Object


Field Summary
protected  Integer acceptedCountLimit
           
protected  FinalistPodiumType finalistPodiumType
           
protected  LocalSearchPickEarlyType pickEarlyType
           
 
Constructor Summary
LocalSearchForagerConfig()
           
 
Method Summary
 Forager buildForager(HeuristicConfigPolicy configPolicy)
           
 Integer getAcceptedCountLimit()
           
 FinalistPodiumType getFinalistPodiumType()
           
 Class<? extends Forager> getForagerClass()
           
 LocalSearchPickEarlyType getPickEarlyType()
           
 void inherit(LocalSearchForagerConfig inheritedConfig)
           
 void setAcceptedCountLimit(Integer acceptedCountLimit)
           
 void setFinalistPodiumType(FinalistPodiumType finalistPodiumType)
           
 void setForagerClass(Class<? extends Forager> foragerClass)
           
 void setPickEarlyType(LocalSearchPickEarlyType pickEarlyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pickEarlyType

protected LocalSearchPickEarlyType pickEarlyType

acceptedCountLimit

protected Integer acceptedCountLimit

finalistPodiumType

protected FinalistPodiumType finalistPodiumType
Constructor Detail

LocalSearchForagerConfig

public LocalSearchForagerConfig()
Method Detail

getForagerClass

public Class<? extends Forager> getForagerClass()

setForagerClass

public void setForagerClass(Class<? extends Forager> foragerClass)

getPickEarlyType

public LocalSearchPickEarlyType getPickEarlyType()

setPickEarlyType

public void setPickEarlyType(LocalSearchPickEarlyType pickEarlyType)

getAcceptedCountLimit

public Integer getAcceptedCountLimit()

setAcceptedCountLimit

public void setAcceptedCountLimit(Integer acceptedCountLimit)

getFinalistPodiumType

public FinalistPodiumType getFinalistPodiumType()

setFinalistPodiumType

public void setFinalistPodiumType(FinalistPodiumType finalistPodiumType)

buildForager

public Forager buildForager(HeuristicConfigPolicy configPolicy)

inherit

public void inherit(LocalSearchForagerConfig inheritedConfig)

OptaPlanner core 6.2.0.Beta2

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