lt.ktu.tsp.TSP_tabu
Class Estimate

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

public class Estimate
extends java.lang.Object
implements Estimate


Constructor Summary
Estimate(long estim)
          Creates a new instance of Estimate
 
Method Summary
 void assign(Estimate e)
          Priskyrimas
 long getValue()
           
 boolean isLesser(Estimate e)
           
 void setValue(long l)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Estimate

public Estimate(long estim)
Creates a new instance of Estimate

Method Detail

getValue

public long getValue()

setValue

public void setValue(long l)

isLesser

public boolean isLesser(Estimate e)
Specified by:
isLesser in interface Estimate

assign

public void assign(Estimate e)
Priskyrimas

Specified by:
assign in interface Estimate

toString

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