CoursePlanProvider

培养计划提供者

class Object
trait Matchable
class Any

Value members

Abstract methods

def getCoursePlan(std: Student): Option[CoursePlan]

获得学生的计划

获得学生的计划

def getExecutionPlan(student: Student): Option[ExecutionPlan]

获得执行专业培养计划

获得执行专业培养计划

def getMajorPlan(student: Student): Option[MajorPlan]

获得原始专业培养计划

获得原始专业培养计划

def getStdPlan(student: Student): Option[StdPlan]

获得单个学生的个人计划

获得单个学生的个人计划