|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.report.TeamReport
The main report containing all the data
Constructor Summary | |
TeamReport()
Creates a new TeamReport object. |
Method Summary | |
void |
addMatch(MatchDetail matchDetail,
boolean showUnavailable)
Add a match to the report |
hoplugins.commons.vo.MatchRating |
getRating()
DOCUMENT ME! |
SpotReport |
getSpotReport(int spot)
Returns the spot report for the specified spot field |
double |
getStars()
Document me! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TeamReport()
Method Detail |
public hoplugins.commons.vo.MatchRating getRating()
public SpotReport getSpotReport(int spot)
spot
- the spot number we want
public double getStars()
public void addMatch(MatchDetail matchDetail, boolean showUnavailable)
matchDetail
- Match to be analyzedshowUnavailable
- consider also unavailable or not
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |