public class AutoGradingViewModel extends Object implements ModelObject
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
Run<?,?> |
getOwner() |
String |
getProgressModel(int percentage)
Returns the UI model for an ECharts progress chart.
|
edu.hm.hafner.grading.AggregatedScore |
getScore() |
public Run<?,?> getOwner()
public String getDisplayName()
getDisplayName in interface ModelObjectpublic edu.hm.hafner.grading.AggregatedScore getScore()
public String getProgressModel(int percentage)
percentage - the percentage to showCopyright © 2016–2020. All rights reserved.