public interface PointsScoringEquationsIF
Modifier and Type | Method and Description |
---|---|
void |
add(PointsScoringEquationsIF points)
Adds the value of the equations from points
to the corresponding equations in this object.
|
void |
addToEarly13AndUnder(int equation)
Adds the value to the Early timing, 13 and under visits
Also referred as equation 1
|
void |
addToEarly14Plus(int equation)
Adds the value to Early timing, 14 and more visits
Also referred as equation 2
|
void |
addToLater13AndUnder(int equation)
Adds the value to the Later timing, 13 and under visits
Also referred as equation 3
|
void |
addToLater14Plus(int equation)
Adds the value to Later timing, 14 and more visits
Also referred as equation 4
|
int |
getEarly13AndUnder()
Get the value of Early timing, 13 and under visits
Also referred as equation 1
|
int |
getEarly14Plus()
Get the value of Early timing, 14 and more visits
Also referred as equation 2
|
int |
getEquationValue(int idx)
the value of the equation at that index.
|
int |
getLater13AndUnder()
Get the value of Later timing, 13 and under visits
Also referred as equation 3
|
int |
getLater14Plus()
Get the value of Later timing, 14 and more visits
Also referred as equation 4
|
void |
setEarly13AndUnder(int equation1)
Set the value of Early timing, 13 and under visits
Also referred as equation 1
|
void |
setEarly14Plus(int equation2)
Set the value of Early timing, 14 and more visits.
|
void |
setEquationValue(int idx,
int value) |
void |
setLater13AndUnder(int equation3)
Set the value of Later timing, 13 and under visits
Also referred as equation 3
|
void |
setLater14Plus(int equation)
Set the value of Later timing, 14 and more visits
Also referred as equation 4
|
void add(PointsScoringEquationsIF points)
points
- void addToEarly13AndUnder(int equation)
equation
- void addToEarly14Plus(int equation)
equation
- void addToLater13AndUnder(int equation)
equation
- void addToLater14Plus(int equation)
equation
- int getEarly13AndUnder()
int getEarly14Plus()
int getLater13AndUnder()
int getLater14Plus()
void setEarly13AndUnder(int equation1)
equation1
- new value of equation1void setEarly14Plus(int equation2)
equation2
- new value of equation2void setLater13AndUnder(int equation3)
equation3
- new value of equation3void setLater14Plus(int equation)
equation
- int getEquationValue(int idx)
idx
- - a 0 based index of equationsvoid setEquationValue(int idx, int value)
idx
- - a 0 based index of equationsvalue
- - the new value