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<Lecture> firstLectures()
           
 Student firstStudent()
           
 double getDelta()
           
 boolean isTabu()
           
 boolean perform()
           
 Configuration secondConfiguration()
           
 Set<Lecture> 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<Lecture> firstLectures()

secondConfiguration

public Configuration secondConfiguration()

secondStudent

public Student secondStudent()

secondLectures

public Set<Lecture> secondLectures()

perform

public boolean perform()

getDelta

public double getDelta()

isTabu

public boolean isTabu()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 UniTime LLC. All Rights Reserved.