RegularGrade

org.openurp.edu.grade.model.RegularGrade
See theRegularGrade companion class
object RegularGrade

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Test(name: String, score: Float, weight: Int, details: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def fromJson(g: JsonObject): Test