Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.grading
/
Rubric
/
GradeScale
Grade
Scale
@
Serializable
data
class
GradeScale
(
val
max
:
Int
,
val
step
:
Int
)
(
source
)
Members
Constructors
Grade
Scale
Link copied to clipboard
constructor
(
max
:
Int
,
step
:
Int
)
Properties
max
Link copied to clipboard
val
max
:
Int
step
Link copied to clipboard
val
step
:
Int