public class CourseConflict extends Object implements Serializable, Comparable<CourseConflict>
Constructor and Description |
---|
CourseConflict(Course leftCourse,
Course rightCourse,
int conflictCount) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CourseConflict other) |
boolean |
equals(Object o) |
int |
getConflictCount() |
Course |
getLeftCourse() |
Course |
getRightCourse() |
int |
hashCode() |
String |
toString() |
public Course getLeftCourse()
public Course getRightCourse()
public int getConflictCount()
public int compareTo(CourseConflict other)
compareTo
in interface Comparable<CourseConflict>
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.