package model

Type Members

  1. abstract class AbstractCourseGroup extends LongId with CourseGroup with Cloneable with Ordered[CourseGroup] with Remark

    课程设置中的课程组

    课程设置中的课程组

    Since

    2009

  2. trait AbstractCoursePlan extends LongId with CoursePlan with Updated with TemporalOn with Remark

    抽象课程方案

    抽象课程方案

    Since

    2009

  3. abstract class AbstractPlanCourse extends LongId with PlanCourse with Cloneable with Remark

    抽象计划内课程

    抽象计划内课程

    Since

    2009

  4. trait AlternativeCourse extends LongId with Updated

    课程替代关系.

  5. trait CourseGroup extends LongIdEntity with Ordered[CourseGroup]

    课程设置中的课程组.

    课程设置中的课程组.

    • 1)对应计划
    • 2)课程类型
    • 3)要求学分
    • 4)是否必修课
    • 5)父组
    • 6)子组集合
    • 7)组内所有的课程
    • 8)备注
  6. trait CoursePlan extends LongIdEntity with Cloneable with TemporalOn

    课程方案

    课程方案

    • 1)年级
    • 2)培养层次
    • 3)学分要求
    • 4)课程组
    Since

    2009

  7. trait ExecutePlanCourse extends AnyRef

    执行计划课程,例如MajorPlanCourse,SharePlanCourse

  8. class MajorAlternativeCourse extends LongId with AlternativeCourse

    专业替代课程.

  9. class MajorCourseGroup extends AbstractCourseGroup

    专业计划课程组.

  10. class MajorPlan extends LongId with AbstractCoursePlan with CoursePlan

  11. class MajorPlanCourse extends AbstractPlanCourse with ExecutePlanCourse

    专业计划课程

  12. trait PlanCourse extends LongIdEntity

    培养计划中的课程.<import org.openurp.edu.program.plan.model.CourseGroup br> 具体体现了课程、开课和审核要求三部分.

  13. class ShareCourseGroup extends AbstractCourseGroup

    公共共享课程组(默认实现)

  14. class SharePlan extends LongId with AbstractCoursePlan with EduLevelBased with Named with Cloneable

    公共共享计划

  15. class SharePlanCourse extends AbstractPlanCourse with ExecutePlanCourse

    公共共享课程组课程

  16. class StdAlternativeCourse extends LongId with AlternativeCourse

    学生替代课程.

  17. class StdCourseGroup extends AbstractCourseGroup
  18. class StdPlan extends LongId with AbstractCoursePlan with CoursePlan

    个人计划

  19. class StdPlanCourse extends AbstractPlanCourse

Ungrouped