lt.ktu.tsp.TSP_tabu.aopents
Class Algorithm

java.lang.Object
  |
  +--lt.ktu.tsp.TSP_tabu.aopents.Algorithm
All Implemented Interfaces:
Algorithm

public class Algorithm
extends java.lang.Object
implements Algorithm


Field Summary
protected static int MAX_ITER
           
protected static long TIME_TO_SLEEP
           
 
Constructor Summary
Algorithm()
          Creates a new instance of Algorithm
 
Method Summary
 Result execute(Result starting, Function func, java.util.Map prop, ProcessManager manager, ResultListener resultListener)
          Algoritmo vykdytojas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_ITER

protected static final int MAX_ITER
See Also:
Constant Field Values

TIME_TO_SLEEP

protected static final long TIME_TO_SLEEP
See Also:
Constant Field Values
Constructor Detail

Algorithm

public Algorithm()
Creates a new instance of Algorithm

Method Detail

execute

public Result execute(Result starting,
                      Function func,
                      java.util.Map prop,
                      ProcessManager manager,
                      ResultListener resultListener)
Algoritmo vykdytojas

Specified by:
execute in interface Algorithm