public class ScoringRows
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
diagnosticGroup |
Constructor and Description |
---|
ScoringRows() |
Modifier and Type | Method and Description |
---|---|
void |
addScore(int s,
int row) |
void |
clear() |
int |
getDiagnosticGroup()
Get the value of diagnosticGroup
|
int |
getScore() |
boolean |
isRowScored(int row) |
void |
setDiagnosticGroup(int diagnosticGroup)
Set the value of diagnosticGroup
|
void |
setScore(int score,
int row) |
public void addScore(int s, int row)
s
- row
- this is a 0 based numberpublic int getScore()
public void setScore(int score, int row)
public boolean isRowScored(int row)
row
- this is a 0 based numberpublic int getDiagnosticGroup()
public void setDiagnosticGroup(int diagnosticGroup)
diagnosticGroup
- new value of diagnosticGrouppublic void clear()