Schedule

org.openurp.edu.clazz.model.Schedule
class Schedule extends Component with Serializable with Cloneable

课程安排

Attributes

Graph
Supertypes
trait Cloneable
trait Serializable
trait Component
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def firstDate: Option[LocalDate]

第一次上课时间

第一次上课时间

Attributes

def firstWeek: Int

起始周

起始周

Attributes

def lastWeek: Int

结束周

结束周

Attributes

Concrete fields

var creditHours: Int

要求排课课时

要求排课课时

Attributes

var departArranged: Boolean

开课院系安排

开课院系安排

Attributes

var roomType: ClassroomType

教室类型

教室类型

Attributes

var sessions: Set[Session]

具体排课结果

具体排课结果

Attributes

var weekstate: WeekState

周状态

周状态

Attributes