algorithms.selectors
Class SelectBest

java.lang.Object
  extended by algorithms.selectors.SelectBest
All Implemented Interfaces:
SolutionSelector

public class SelectBest
extends java.lang.Object
implements SolutionSelector


Constructor Summary
SelectBest()
           
 
Method Summary
static SelectBest getInstance()
           
 VehicleRoutingProblemSolution selectSolution(java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectBest

public SelectBest()
Method Detail

getInstance

public static SelectBest getInstance()

selectSolution

public VehicleRoutingProblemSolution selectSolution(java.util.Collection<VehicleRoutingProblemSolution> solutions)
Specified by:
selectSolution in interface SolutionSelector

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object