Uses of Class
org.openurp.edu.lesson.model.CourseActivity
-
Packages that use CourseActivity Package Description org.openurp.edu.lesson.model -
-
Uses of CourseActivity in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return types with arguments of type CourseActivity Modifier and Type Method Description Set<CourseActivity>CourseSchedule. getActivities()static List<CourseActivity>CourseActivity. mergeActivites(List<CourseActivity> tobeMerged)合并在年份和教学周占用上,可以合并的教学活动
合并标准是年份,教学周,教室,教师,星期Methods in org.openurp.edu.lesson.model with parameters of type CourseActivity Modifier and Type Method Description booleanCourseActivity. canMergerWith(CourseActivity activity)判断该教学活动的时间段能否与目标教学活动在[相邻时间段]上合并intCourseActivity. compareTo(CourseActivity activity)teacher room weekday startUnit weekstate null will be put first,if another is not nullvoidCourseActivity. mergeWith(CourseActivity other)将两排课活动合并,前提是两活动可以合并Method parameters in org.openurp.edu.lesson.model with type arguments of type CourseActivity Modifier and Type Method Description static List<CourseActivity>CourseActivity. mergeActivites(List<CourseActivity> tobeMerged)合并在年份和教学周占用上,可以合并的教学活动
合并标准是年份,教学周,教室,教师,星期voidCourseSchedule. setActivities(Set<CourseActivity> activities)
-