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()
           
 List<FinalSectioning.Move> getChildMoves()
           
 double getDelta()
           
 boolean isTabu()
           
 boolean 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 List<FinalSectioning.Move> getChildMoves()

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.