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

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

public class FinalSectioning.MoveBetweenCfgs
extends Object


Constructor Summary
FinalSectioning.MoveBetweenCfgs(Configuration firstConfig, Student firstStudent, Configuration secondConfig, Student secondStudent)
           
 
Method Summary
 Configuration firstConfiguration()
           
 Set firstLectures()
           
 Student firstStudent()
           
 double getDelta()
           
 boolean isTabu()
           
 void perform()
           
 Configuration secondConfiguration()
           
 Set secondLectures()
           
 Student secondStudent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinalSectioning.MoveBetweenCfgs

public FinalSectioning.MoveBetweenCfgs(Configuration firstConfig,
                                       Student firstStudent,
                                       Configuration secondConfig,
                                       Student secondStudent)
Method Detail

firstConfiguration

public Configuration firstConfiguration()

firstStudent

public Student firstStudent()

firstLectures

public Set firstLectures()

secondConfiguration

public Configuration secondConfiguration()

secondStudent

public Student secondStudent()

secondLectures

public Set secondLectures()

perform

public void perform()

getDelta

public double getDelta()

isTabu

public boolean isTabu()

toString

public String toString()
Overrides:
toString in class Object