Uses of Interface
org.openurp.edu.program.model.CourseGroup
-
Packages that use CourseGroup Package Description org.openurp.edu.grade.plan.adapters org.openurp.edu.grade.plan.model org.openurp.edu.program.model org.openurp.edu.program.utils -
-
Uses of CourseGroup in org.openurp.edu.grade.plan.adapters
Classes in org.openurp.edu.grade.plan.adapters that implement CourseGroup Modifier and Type Class Description classCourseGroupAdapterMethods in org.openurp.edu.grade.plan.adapters that return CourseGroup Modifier and Type Method Description CourseGroupCourseGroupAdapter. getParent()Methods in org.openurp.edu.grade.plan.adapters that return types with arguments of type CourseGroup Modifier and Type Method Description List<CourseGroup>CourseGroupAdapter. getChildren()返回顶层组Methods in org.openurp.edu.grade.plan.adapters with parameters of type CourseGroup Modifier and Type Method Description voidCourseGroupAdapter. addChildGroup(CourseGroup arg0)intCourseGroupAdapter. compareTo(CourseGroup o)voidCourseGroupAdapter. setParent(CourseGroup arg0)Method parameters in org.openurp.edu.grade.plan.adapters with type arguments of type CourseGroup Modifier and Type Method Description voidCourseGroupAdapter. setChildren(List<CourseGroup> children) -
Uses of CourseGroup in org.openurp.edu.grade.plan.model
Constructors in org.openurp.edu.grade.plan.model with parameters of type CourseGroup Constructor Description GroupAuditResult(CourseGroup group) -
Uses of CourseGroup in org.openurp.edu.program.model
Classes in org.openurp.edu.program.model that implement CourseGroup Modifier and Type Class Description classAbstractCourseGroup课程设置中的课程组classExecutionCourseGroup专业计划课程组.classMajorCourseGroup原始计划的课程组classStdCourseGroup个人计划的课程组Methods in org.openurp.edu.program.model that return CourseGroup Modifier and Type Method Description CourseGroupAbstractCoursePlan. getGroup(CourseType type)CourseGroupCoursePlan. getGroup(CourseType type)查询指定类型的组CourseGroupExecutionPlanCourse. getGroup()CourseGroupMajorPlanCourse. getGroup()CourseGroupPlanCourse. getGroup()课程组CourseGroupStdPlanCourse. getGroup()CourseGroupCourseGroup. getParent()获得上级组CourseGroupExecutionCourseGroup. getParent()CourseGroupMajorCourseGroup. getParent()CourseGroupStdCourseGroup. getParent()Methods in org.openurp.edu.program.model that return types with arguments of type CourseGroup Modifier and Type Method Description List<CourseGroup>CourseGroup. getChildren()获得子节点集合.List<CourseGroup>ExecutionCourseGroup. getChildren()List<CourseGroup>MajorCourseGroup. getChildren()List<CourseGroup>StdCourseGroup. getChildren()List<CourseGroup>CoursePlan. getGroups()获得计划课程组List<CourseGroup>ExecutionPlan. getGroups()List<CourseGroup>MajorPlan. getGroups()List<CourseGroup>StdPlan. getGroups()List<CourseGroup>AbstractCoursePlan. getTopCourseGroups()List<CourseGroup>CoursePlan. getTopCourseGroups()获得顶级课程组Methods in org.openurp.edu.program.model with parameters of type CourseGroup Modifier and Type Method Description voidAbstractCourseGroup. addChildGroup(CourseGroup group)voidCourseGroup. addChildGroup(CourseGroup group)添加子组voidAbstractCoursePlan. addGroup(CourseGroup group)intAbstractCourseGroup. compareTo(CourseGroup o)voidExecutionPlanCourse. setGroup(CourseGroup group)voidMajorPlanCourse. setGroup(CourseGroup group)voidPlanCourse. setGroup(CourseGroup courseGroup)voidStdPlanCourse. setGroup(CourseGroup group)voidCourseGroup. setParent(CourseGroup courseGroup)设置上级组voidExecutionCourseGroup. setParent(CourseGroup parent)voidMajorCourseGroup. setParent(CourseGroup parent)voidStdCourseGroup. setParent(CourseGroup parent)Method parameters in org.openurp.edu.program.model with type arguments of type CourseGroup Modifier and Type Method Description voidCourseGroup. setChildren(List<CourseGroup> children)设置子节点集合voidExecutionCourseGroup. setChildren(List<CourseGroup> children)voidMajorCourseGroup. setChildren(List<CourseGroup> children)voidStdCourseGroup. setChildren(List<CourseGroup> children)voidCoursePlan. setGroups(List<CourseGroup> groups)设置计划课程组voidExecutionPlan. setGroups(List<CourseGroup> groups)voidMajorPlan. setGroups(List<CourseGroup> groups)voidStdPlan. setGroups(List<CourseGroup> groups) -
Uses of CourseGroup in org.openurp.edu.program.utils
Methods in org.openurp.edu.program.utils with parameters of type CourseGroup Modifier and Type Method Description static floatPlanUtils. getGroupCredits(CourseGroup group, int term)static List<PlanCourse>PlanUtils. getPlanCourses(CourseGroup group, int term)获得一个课程组中,在term学期上课的ExecutePlanCoursestatic List<PlanCourse>PlanUtils. getPlanCoursesUntilTerm(CourseGroup courseGroup, int term)获得一个课程组中,到term为止需要上的所有PlanCourse
-