|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.EPV
public class EPV
Main EPV manager class
Constructor Summary | |
---|---|
EPV()
Creates a new EPV object. |
Method Summary | |
---|---|
IEPVData |
getEPVData(IPlayerData player)
DOCUMENT ME! |
IEPVData |
getEPVData(ISpieler spieler)
TODO Missing Method Documentation |
double |
getPrice(IEPVData data)
Returns the estimated player value at the current week |
double |
getPrice(IEPVData data,
int week)
TODO Missing Method Documentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPV()
Method Detail |
---|
public final IEPVData getEPVData(ISpieler spieler)
getEPVData
in interface IEPV
spieler
- TODO Missing Method Parameter Documentation
public final IEPVData getEPVData(IPlayerData player)
IEPV
getEPVData
in interface IEPV
public final double getPrice(IEPVData data)
IEPV
getPrice
in interface IEPV
data
- the data holder
public final double getPrice(IEPVData data, int week)
getPrice
in interface IEPV
data
- TODO Missing Method Parameter Documentationweek
- TODO Missing Method Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |