Schedule

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

课程安排

Attributes

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

Members list

Value members

Concrete methods

def firstDateTime: Option[LocalDateTime]

第一次上课时间

第一次上课时间

Attributes

def firstWeek: Int

起始周

起始周

Attributes

def lastWeek: Int

结束周

结束周

Attributes

def weekInfo: String

Concrete fields

具体排课结果

具体排课结果

Attributes

var creditHours: Int

要求排课课时

要求排课课时

Attributes

var departArranged: Boolean

开课院系安排

开课院系安排

Attributes

var roomType: ClassroomType

教室类型

教室类型

Attributes

var weekHours: Int

周课时

周课时

Attributes

var weekstate: WeekState

周状态

周状态

Attributes