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