Uses of Interface
org.openurp.edu.program.model.CourseGroup
Packages that use CourseGroup
Package
Description
-
Uses of CourseGroup in org.openurp.edu.grade.plan.adapters
Classes in org.openurp.edu.grade.plan.adapters that implement CourseGroupMethods in org.openurp.edu.grade.plan.adapters that return CourseGroupMethods in org.openurp.edu.grade.plan.adapters that return types with arguments of type CourseGroupMethods in org.openurp.edu.grade.plan.adapters with parameters of type CourseGroupModifier and TypeMethodDescriptionvoidCourseGroupAdapter.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 CourseGroupModifier and TypeMethodDescriptionvoidCourseGroupAdapter.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 -
Uses of CourseGroup in org.openurp.edu.program.model
Classes in org.openurp.edu.program.model that implement CourseGroupModifier and TypeClassDescriptionclass课程设置中的课程组class专业计划课程组.class原始计划的课程组class个人计划的课程组Methods in org.openurp.edu.program.model that return CourseGroupModifier and TypeMethodDescriptionAbstractCoursePlan.getGroup(CourseType type)CoursePlan.getGroup(CourseType type)查询指定类型的组ExecutionPlanCourse.getGroup()MajorPlanCourse.getGroup()PlanCourse.getGroup()课程组StdPlanCourse.getGroup()CourseGroup.getParent()获得上级组ExecutionCourseGroup.getParent()MajorCourseGroup.getParent()StdCourseGroup.getParent()Methods in org.openurp.edu.program.model that return types with arguments of type CourseGroupModifier and TypeMethodDescriptionCourseGroup.getChildren()获得子节点集合.ExecutionCourseGroup.getChildren()MajorCourseGroup.getChildren()StdCourseGroup.getChildren()CoursePlan.getGroups()获得计划课程组ExecutionPlan.getGroups()MajorPlan.getGroups()StdPlan.getGroups()AbstractCoursePlan.getTopCourseGroups()CoursePlan.getTopCourseGroups()获得顶级课程组Methods in org.openurp.edu.program.model with parameters of type CourseGroupModifier and TypeMethodDescriptionvoidAbstractCourseGroup.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 CourseGroupModifier and TypeMethodDescriptionvoidCourseGroup.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 CourseGroupModifier and TypeMethodDescriptionstatic 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