class StdGpa extends LongId with Updated with ProjectBased with GpaStat
学生成绩绩点统计
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StdGpa
- GpaStat
- ProjectBased
- Updated
- LongId
- LongIdEntity
- NumId
- Entity
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(stdYearGpa: StdYearGpa): Unit
- def add(stdTermGpa: StdSemesterGpa): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val count: Int
成绩的门数
成绩的门数
- Definition Classes
- GpaStat
- val credits: Float
获得总学分
获得总学分
- Definition Classes
- GpaStat
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Entity → AnyRef → Any
- val ga: Float
平均分
平均分
- Definition Classes
- GpaStat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getGpa(semester: Semester): Float
- def getStdTermGpa(semester: Semester): StdSemesterGpa
- def getYearGpa(schoolYear: String): StdYearGpa
- val gpa: Float
总平均绩点 gp/totalCredits
总平均绩点 gp/totalCredits
- Definition Classes
- GpaStat
- def hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
- var id: Long
- Definition Classes
- NumId → Entity
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def persisted: Boolean
- Definition Classes
- Entity
- Annotations
- @Transient()
- val project: Project
- Definition Classes
- ProjectBased
- var semesterGpas: Buffer[StdSemesterGpa]
每学期平均绩点
- var std: Student
学生
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val totalCredits: Float
修读总学分
修读总学分
- Definition Classes
- GpaStat
- val updatedAt: Instant
- Definition Classes
- Updated
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- var yearGpas: Buffer[StdYearGpa]
每学年平均绩点
每学年平均绩点
- See also
StdSemesterGpa
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.