net.sf.cpsolver.coursett.model
Class FinalSectioning.Move

java.lang.Object
  extended by net.sf.cpsolver.coursett.model.FinalSectioning.Move
Enclosing class:
FinalSectioning

public class FinalSectioning.Move
extends Object


Method Summary
 void addChildMove(FinalSectioning.Move move)
           
 Lecture firstLecture()
           
 Student firstStudent()
           
 Vector getChildMoves()
           
 double getDelta()
           
 boolean isTabu()
           
 void perform()
           
 Lecture secondLecture()
           
 Student secondStudent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

firstLecture

public Lecture firstLecture()

firstStudent

public Student firstStudent()

secondLecture

public Lecture secondLecture()

secondStudent

public Student secondStudent()

addChildMove

public void addChildMove(FinalSectioning.Move move)

getChildMoves

public Vector getChildMoves()

perform

public void perform()

getDelta

public double getDelta()

isTabu

public boolean isTabu()

toString

public String toString()
Overrides:
toString in class Object