hoplugins.teamAnalyzer.report
Class PositionReport

java.lang.Object
  extended byhoplugins.teamAnalyzer.report.Report
      extended byhoplugins.teamAnalyzer.report.PositionReport

public class PositionReport
extends Report

Report of all players played in a certain position on a spot on the field

Author:
Massimiliano Amato

Constructor Summary
PositionReport(PlayerPerformance pp)
          Creates a new PositionReport object.
 
Method Summary
 void addPerformance(PlayerPerformance pp)
          Add a performance to the report, and updated the tactic list
 java.util.Collection getTacticReports()
          Document me!
 java.lang.String toString()
          toString methode: creates a String representation of the object
 
Methods inherited from class hoplugins.teamAnalyzer.report.Report
getAppearance, getPlayerId, getPosition, getRating, getSpot, setAppearance, setPlayerId, setPosition, setRating, setSpot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PositionReport

public PositionReport(PlayerPerformance pp)
Creates a new PositionReport object.

Parameters:
pp - PlayerPerformance
Method Detail

getTacticReports

public java.util.Collection getTacticReports()
Document me!

Returns:

addPerformance

public void addPerformance(PlayerPerformance pp)
Add a performance to the report, and updated the tactic list

Overrides:
addPerformance in class Report
Parameters:
pp -

toString

public java.lang.String toString()
toString methode: creates a String representation of the object

Overrides:
toString in class Report
Returns:
the String representation


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