|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.report.Report
A Report class used for collect data on a specific spot on the field
Constructor Summary | |
Report()
Creates a new Report object. |
|
Report(PlayerPerformance pp)
Creates a new Report object. |
Method Summary | |
void |
addPerformance(PlayerPerformance pp)
Add another performance to the Report, updating appearance and average rating the rest has to be updated in child classes |
int |
getAppearance()
Document Me! |
int |
getPlayerId()
DOCUMENT ME! |
int |
getPosition()
DOCUMENT ME! |
double |
getRating()
Document Me! |
int |
getSpot()
Document Me! |
void |
setAppearance(int i)
Document Me! |
void |
setPlayerId(int i)
DOCUMENT ME! |
void |
setPosition(int i)
DOCUMENT ME! |
void |
setRating(double d)
Document Me! |
void |
setSpot(int i)
Document Me! |
java.lang.String |
toString()
toString methode: creates a String representation of the object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Report(PlayerPerformance pp)
pp
- PlayerPerformance for which the report has to be builtpublic Report()
Method Detail |
public void setAppearance(int i)
i
- public int getAppearance()
public void setPlayerId(int i)
i
- public int getPlayerId()
public void setPosition(int i)
i
- public int getPosition()
public void setRating(double d)
d
- public double getRating()
public void setSpot(int i)
i
- public int getSpot()
public void addPerformance(PlayerPerformance pp)
pp
- public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |