|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IF_EstimationAtRound
This interface specifies the methods needed to estimate at a specific round. Every round has got different criterias for estimation, but all have need of these methods
Method Summary | |
---|---|
void |
estimate()
estimate opponent at specific round |
void |
fetchData(GetterDBProjector gDBP,
int playerId,
int competitionId,
int lastEvaledHandId)
init estimation at specific round |
void |
mergeIntoOverall()
merge estimation of round into overall estimation |
void |
mergeIntoRound()
merge new analysed data of round into already analysed of this round |
Method Detail |
---|
void fetchData(GetterDBProjector gDBP, int playerId, int competitionId, int lastEvaledHandId)
gDBP
- - instance of GetterDBProjector - one instance per player and competitionplayerId
- - already generated by dbcompetitionId
- - already generated by dblastEvaledHandId
- - already generated by dbvoid estimate()
void mergeIntoRound()
void mergeIntoOverall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |