org.drools.planner.examples.curriculumcourse.solver.move
Class CurriculumCourseMoveHelper

java.lang.Object
  extended by org.drools.planner.examples.curriculumcourse.solver.move.CurriculumCourseMoveHelper

public class CurriculumCourseMoveHelper
extends Object


Method Summary
static void moveLecture(org.drools.WorkingMemory workingMemory, Lecture lecture, Period period, Room room)
           
static void movePeriod(org.drools.WorkingMemory workingMemory, Lecture lecture, Period period)
           
static void moveRoom(org.drools.WorkingMemory workingMemory, Lecture lecture, Room room)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2011 JBoss by Red Hat. All Rights Reserved.