|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbasics.algo.TimeBreaker
public class TimeBreaker
| Constructor Summary | |
|---|---|
TimeBreaker(double time)
|
|
| Method Summary | |
|---|---|
void |
informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
java.util.Collection<VehicleRoutingProblemSolution> solutions)
|
boolean |
isPrematureBreak(SearchStrategy.DiscoveredSolution discoveredSolution)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeBreaker(double time)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isPrematureBreak(SearchStrategy.DiscoveredSolution discoveredSolution)
isPrematureBreak in interface PrematureAlgorithmBreaker
public void informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
java.util.Collection<VehicleRoutingProblemSolution> solutions)
informAlgorithmStarts in interface AlgorithmStartsListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||