org.drools.planner.examples.examination.domain.solver
Class ExamBefore
java.lang.Object
org.drools.planner.examples.examination.domain.solver.ExamBefore
- All Implemented Interfaces:
- Serializable
public class ExamBefore
- extends Object
- implements Serializable
Calculated during initialization, not used for score calculation, used for move creation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExamBefore
public ExamBefore(Set<Exam> afterExamSet)
getAfterExamSet
public Set<Exam> getAfterExamSet()
setAfterExamSet
public void setAfterExamSet(Set<Exam> afterExamSet)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.