Class CourseConflict
java.lang.Object
org.optaplanner.examples.curriculumcourse.domain.solver.CourseConflict
- All Implemented Interfaces:
Comparable<CourseConflict>
Calculated during initialization, not modified during score calculation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(CourseConflict other) booleanintinthashCode()toString()
-
Constructor Details
-
CourseConflict
-
-
Method Details
-
getLeftCourse
-
getRightCourse
-
getConflictCount
public int getConflictCount() -
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<CourseConflict>
-
toString
-