|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.report.Report hoplugins.teamAnalyzer.report.PositionReport
Report of all players played in a certain position on a spot on the field
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 |
public PositionReport(PlayerPerformance pp)
pp
- PlayerPerformanceMethod Detail |
public java.util.Collection getTacticReports()
public void addPerformance(PlayerPerformance pp)
addPerformance
in class Report
pp
- public java.lang.String toString()
toString
in class Report
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |