Uses of Class
org.openurp.edu.program.model.ExecutionPlan
-
Packages that use ExecutionPlan Package Description org.openurp.edu.program.model org.openurp.edu.program.utils -
-
Uses of ExecutionPlan in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return ExecutionPlan Modifier and Type Method Description ExecutionPlanExecutionPlanComment. getExecutionPlan()Methods in org.openurp.edu.program.model with parameters of type ExecutionPlan Modifier and Type Method Description voidExecutionPlanComment. setExecutionPlan(ExecutionPlan executionPlan) -
Uses of ExecutionPlan in org.openurp.edu.program.utils
Methods in org.openurp.edu.program.utils with parameters of type ExecutionPlan Modifier and Type Method Description static List<Course>PlanUtils. getCourses(ExecutionPlan plan, int term)获得一个专业培养计划中,在terms学期上课的Coursestatic List<ExecutionPlanCourse>PlanUtils. getPlanCourses(ExecutionPlan plan)static List<ExecutionPlanCourse>PlanUtils. getPlanCourses(ExecutionPlan plan, int term)获得一个专业培养计划中,在term学期上课的ExecutePlanCoursestatic List<ExecutionPlanCourse>PlanUtils. getPlannedCourse(ExecutionPlan plan)根据课程找出课程类型static List<ExecutionPlanCourse>PlanUtils. getUnPlannedPlanCourses(ExecutionPlan plan)
-