package model
Type Members
-
abstract
class
AbstractCourseGroup extends LongId with CourseGroup with Named with Cloneable with Ordered[CourseGroup] with Remark
课程设置中的课程组
课程设置中的课程组
- Since
2009
-
trait
AbstractCoursePlan extends LongId with CoursePlan with Updated with TemporalOn with Remark
抽象课程方案
抽象课程方案
- Since
2009
-
abstract
class
AbstractPlanCourse extends LongId with PlanCourse with Cloneable with Remark
抽象计划内课程
抽象计划内课程
- Since
2009
-
trait
CourseGroup extends LongIdEntity with Ordered[CourseGroup] with Named
课程设置中的课程组.
课程设置中的课程组.
- 1)对应计划
- 2)课程类型
- 3)要求学分
- 4)是否必修课
- 5)父组
- 6)子组集合
- 7)组内所有的课程
- 8)备注
-
trait
CoursePlan extends LongIdEntity with Cloneable with TemporalOn
课程方案
课程方案
- 1)年级
- 2)培养层次
- 3)学分要求
- 4)课程组
- Since
2009
-
trait
CourseSubstitution extends LongId with Updated
课程替代关系.
-
trait
ExecutePlanCourse extends AnyRef
执行计划课程,例如MajorPlanCourse,SharePlanCourse
-
class
MajorCourseGroup extends AbstractCourseGroup
专业计划课程组.
-
class
MajorCourseSubstitution extends LongId with CourseSubstitution
专业替代课程.
- class MajorPlan extends LongId with AbstractCoursePlan
-
class
MajorPlanCourse extends AbstractPlanCourse with ExecutePlanCourse
专业计划课程
-
trait
PlanCourse extends LongIdEntity
培养计划中的课程.<import org.openurp.edu.program.plan.model.CourseGroup br> 具体体现了课程、开课和审核要求三部分.
-
class
ShareCourseGroup extends AbstractCourseGroup
公共共享课程组(默认实现)
-
class
SharePlan extends LongId with AbstractCoursePlan with EducationBased with Named with Cloneable
公共共享计划
-
class
SharePlanCourse extends AbstractPlanCourse with ExecutePlanCourse
公共共享课程组课程
- class StdCourseGroup extends AbstractCourseGroup
-
class
StdCourseSubstitution extends LongId with CourseSubstitution
学生替代课程.
-
class
StdPlan extends LongId with AbstractCoursePlan
个人计划
- class StdPlanCourse extends AbstractPlanCourse