Uses of Interface
org.openurp.edu.program.plan.model.CourseGroup
-
Packages that use CourseGroup Package Description org.openurp.edu.graduation.plan.adapters org.openurp.edu.graduation.plan.model org.openurp.edu.program.plan.model org.openurp.edu.program.plan.util -
-
Uses of CourseGroup in org.openurp.edu.graduation.plan.adapters
Classes in org.openurp.edu.graduation.plan.adapters that implement CourseGroup Modifier and Type Class Description classCourseGroupAdapterMethods in org.openurp.edu.graduation.plan.adapters that return CourseGroup Modifier and Type Method Description CourseGroupCourseGroupAdapter. getParent()Methods in org.openurp.edu.graduation.plan.adapters that return types with arguments of type CourseGroup Modifier and Type Method Description List<CourseGroup>CourseGroupAdapter. getChildren()返回顶层组Methods in org.openurp.edu.graduation.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.graduation.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.graduation.plan.model
Constructors in org.openurp.edu.graduation.plan.model with parameters of type CourseGroup Constructor Description GroupAuditResult(CourseGroup group) -
Uses of CourseGroup in org.openurp.edu.program.plan.model
Classes in org.openurp.edu.program.plan.model that implement CourseGroup Modifier and Type Class Description classAbstractCourseGroup课程设置中的课程组classMajorCourseGroup专业计划课程组.classOriginalCourseGroup原始计划的课程组classShareCourseGroup公共共享课程组(默认实现)classStdCourseGroup个人计划的课程组Fields in org.openurp.edu.program.plan.model declared as CourseGroup Modifier and Type Field Description protected CourseGroupSharePlanCourse. group共享课程组Fields in org.openurp.edu.program.plan.model with type parameters of type CourseGroup Modifier and Type Field Description protected List<CourseGroup>SharePlan. groups共享课程组Methods in org.openurp.edu.program.plan.model that return CourseGroup Modifier and Type Method Description CourseGroupAbstractCoursePlan. getGroup(CourseType type)CourseGroupCoursePlan. getGroup(CourseType type)查询指定类型的组CourseGroupMajorPlanCourse. getGroup()CourseGroupOriginalPlanCourse. getGroup()CourseGroupPlanCourse. getGroup()课程组CourseGroupSharePlanCourse. getGroup()CourseGroupStdPlanCourse. getGroup()CourseGroupCourseGroup. getParent()获得上级组CourseGroupMajorCourseGroup. getParent()CourseGroupOriginalCourseGroup. getParent()CourseGroupShareCourseGroup. getParent()CourseGroupStdCourseGroup. getParent()Methods in org.openurp.edu.program.plan.model that return types with arguments of type CourseGroup Modifier and Type Method Description List<CourseGroup>CourseGroup. getChildren()获得子节点集合.List<CourseGroup>MajorCourseGroup. getChildren()List<CourseGroup>OriginalCourseGroup. getChildren()List<CourseGroup>ShareCourseGroup. getChildren()List<CourseGroup>StdCourseGroup. getChildren()List<CourseGroup>CoursePlan. getGroups()获得计划课程组List<CourseGroup>MajorPlan. getGroups()List<CourseGroup>OriginalPlan. getGroups()List<CourseGroup>SharePlan. getGroups()List<CourseGroup>StdPlan. getGroups()List<CourseGroup>AbstractCoursePlan. getTopCourseGroups()List<CourseGroup>CoursePlan. getTopCourseGroups()获得顶级课程组Methods in org.openurp.edu.program.plan.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)voidMajorPlanCourse. setGroup(CourseGroup group)voidOriginalPlanCourse. setGroup(CourseGroup group)voidPlanCourse. setGroup(CourseGroup courseGroup)voidSharePlanCourse. setGroup(CourseGroup group)voidStdPlanCourse. setGroup(CourseGroup group)voidCourseGroup. setParent(CourseGroup courseGroup)设置上级组voidMajorCourseGroup. setParent(CourseGroup parent)voidOriginalCourseGroup. setParent(CourseGroup parent)voidShareCourseGroup. setParent(CourseGroup parent)voidStdCourseGroup. setParent(CourseGroup parent)Method parameters in org.openurp.edu.program.plan.model with type arguments of type CourseGroup Modifier and Type Method Description voidCourseGroup. setChildren(List<CourseGroup> children)设置子节点集合voidMajorCourseGroup. setChildren(List<CourseGroup> children)voidOriginalCourseGroup. setChildren(List<CourseGroup> children)voidShareCourseGroup. setChildren(List<CourseGroup> children)voidStdCourseGroup. setChildren(List<CourseGroup> children)voidCoursePlan. setGroups(List<CourseGroup> groups)设置计划课程组voidMajorPlan. setGroups(List<CourseGroup> groups)voidOriginalPlan. setGroups(List<CourseGroup> groups)voidSharePlan. setGroups(List<CourseGroup> groups)voidStdPlan. setGroups(List<CourseGroup> groups) -
Uses of CourseGroup in org.openurp.edu.program.plan.util
Methods in org.openurp.edu.program.plan.util 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学期上课的MajorPlanCoursestatic List<PlanCourse>PlanUtils. getPlanCoursesUntilTerm(CourseGroup courseGroup, int term)获得一个课程组中,到term为止需要上的所有PlanCourse
-