Uses of Class
org.openurp.base.model.CourseUnit
-
Packages that use CourseUnit Package Description org.openurp.base.model -
-
Uses of CourseUnit in org.openurp.base.model
Methods in org.openurp.base.model that return types with arguments of type CourseUnit Modifier and Type Method Description Map<Integer,CourseUnit>TimeSetting. getUnitMap()List<CourseUnit>TimeSetting. getUnits()Methods in org.openurp.base.model with parameters of type CourseUnit Modifier and Type Method Description intCourseUnit. compareTo(CourseUnit other)static booleanCourseUnit. isCrossWith(CourseUnit me, CourseUnit unit)与其他小节是否有交错。
采用的是>比较是否交叉。
这里不同于小节比较,因为这里的时间描述的点,而小节描述的是段。Method parameters in org.openurp.base.model with type arguments of type CourseUnit Modifier and Type Method Description voidTimeSetting. setUnits(List<CourseUnit> units)
-