class StdGpa extends LongId with Updated with ProjectBased with GpaStat
学生成绩绩点统计
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StdGpa
- GpaStat
- ProjectBased
- Updated
- LongId
- NumId
- Entity
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
ga: Float
平均分
平均分
- Definition Classes
- GpaStat
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getGpa(semester: Semester): Float
- def getStdTermGpa(semester: Semester): StdSemesterGpa
- def getYearGpa(schoolYear: String): StdYearGpa
-
val
gpa: Float
总平均绩点
总平均绩点
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
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
var
yearGpas: Buffer[StdYearGpa]
每学年平均绩点
每学年平均绩点
- See also
StdSemesterGpa