org.drools.planner.examples.curriculumcourse.solver.move
Class CurriculumCourseMoveHelper
java.lang.Object
org.drools.planner.examples.curriculumcourse.solver.move.CurriculumCourseMoveHelper
public class CurriculumCourseMoveHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
movePeriod
public static void movePeriod(org.drools.WorkingMemory workingMemory,
Lecture lecture,
Period period)
moveRoom
public static void moveRoom(org.drools.WorkingMemory workingMemory,
Lecture lecture,
Room room)
moveLecture
public static void moveLecture(org.drools.WorkingMemory workingMemory,
Lecture lecture,
Period period,
Room room)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.