|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.MatchPlayerRetriever
public class MatchPlayerRetriever
Class that extract the list of players that played in each match with the position field where he played. He consider also sent off and injured players
Constructor Summary | |
---|---|
MatchPlayerRetriever(IHOMiniModel miniModel)
Creates a new MatchManager object. |
Method Summary | |
---|---|
void |
clear()
Clean the matches hashtable where previous calculation are stored |
int |
getHrf(int matchId)
Return the right HRF to be used for the match |
java.util.List |
getMatchData(int matchId)
Method that returns the MatchData, if not present it calculates it before returing it |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchPlayerRetriever(IHOMiniModel miniModel)
miniModel
- the HO modelMethod Detail |
---|
public final int getHrf(int matchId)
matchId
- id of selected match
public final java.util.List getMatchData(int matchId)
matchId
- id of selected match
public final void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |