hoplugins.teamAnalyzer.report
Class TeamReport

java.lang.Object
  extended byhoplugins.teamAnalyzer.report.TeamReport

public class TeamReport
extends java.lang.Object

The main report containing all the data

Author:
Massimiliano Amato

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

TeamReport

public TeamReport()
Creates a new TeamReport object.

Method Detail

getRating

public hoplugins.commons.vo.MatchRating getRating()
DOCUMENT ME!

Returns:

getSpotReport

public SpotReport getSpotReport(int spot)
Returns the spot report for the specified spot field

Parameters:
spot - the spot number we want
Returns:
SpotReport

getStars

public double getStars()
Document me!

Returns:

addMatch

public void addMatch(MatchDetail matchDetail,
                     boolean showUnavailable)
Add a match to the report

Parameters:
matchDetail - Match to be analyzed
showUnavailable - consider also unavailable or not


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.