| Package | Description |
|---|---|
| org.openurp.edu.course.model |
| Modifier and Type | Method and Description |
|---|---|
Set<Session> |
Schedule.getSessions() |
static List<Session> |
Session.mergeActivites(List<Session> tobeMerged)
合并在年份和教学周占用上,可以合并的教学活动
合并标准是年份,教学周,教室,教师,星期 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Session.canMergerWith(Session session)
判断该教学活动的时间段能否与目标教学活动在[相邻时间段]上合并
|
int |
Session.compareTo(Session session)
teacher room weekday startUnit weekstate null will be put first,if
another is not null
|
void |
Session.mergeWith(Session other)
将两排课活动合并,前提是两活动可以合并
|
| Modifier and Type | Method and Description |
|---|---|
static List<Session> |
Session.mergeActivites(List<Session> tobeMerged)
合并在年份和教学周占用上,可以合并的教学活动
合并标准是年份,教学周,教室,教师,星期 |
void |
Schedule.setSessions(Set<Session> sessions) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.