lt.ktu.tsp.TSP_tabu.aopents
Class Move

java.lang.Object
  |
  +--lt.ktu.tsp.TSP_tabu.aopents.Move
All Implemented Interfaces:
org.coinor.opents.Move, java.io.Serializable

public class Move
extends java.lang.Object
implements org.coinor.opents.Move

See Also:
Serialized Form

Constructor Summary
Move(int i, int j)
          Creates a new instance of Move
 
Method Summary
 int getI()
           
 int getJ()
           
 int hashCode()
           
 void operateOn(org.coinor.opents.Solution solution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Move

public Move(int i,
            int j)
Creates a new instance of Move

Method Detail

operateOn

public void operateOn(org.coinor.opents.Solution solution)
Specified by:
operateOn in interface org.coinor.opents.Move

getI

public int getI()

getJ

public int getJ()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object