plugins
Interface IEPV

All Known Implementing Classes:
EPV

public interface IEPV

EPV Manager Interface

Author:
draghetto

Method Summary
 IEPVData getEPVData(IPlayerData player)
          DOCUMENT ME!
 IEPVData getEPVData(ISpieler spieler)
          DOCUMENT ME!
 double getPrice(IEPVData data)
          Returns the estimated player value at the current week
 double getPrice(IEPVData data, int week)
          Returns the estimated player value at the specified week
 

Method Detail

getEPVData

IEPVData getEPVData(ISpieler spieler)
DOCUMENT ME!

Parameters:
spieler - Spieler object to convert for EPV use
Returns:
IEPVData object with the spieler data

getEPVData

IEPVData getEPVData(IPlayerData player)
DOCUMENT ME!

Parameters:
IEPVData - Spieler object to convert for EPV use
Returns:
IEPVData object with the spieler data

getPrice

double getPrice(IEPVData data)
Returns the estimated player value at the current week

Parameters:
data - the data holder
Returns:
The price of the player

getPrice

double getPrice(IEPVData data,
                int week)
Returns the estimated player value at the specified week

Parameters:
data - the data holder
week - the week
Returns:
The price of the player at the week