|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IF_Estimation
Interface of module estimation It is able to: - get historical information of the player - get current information of the player - estimates the opponent by a particular style - offers the estimation via a Map This module is one of many possible implementations of how to estimate an opponent. All estimating modules should extend the superInterface IF_GetEstimation
Method Summary | |
---|---|
boolean |
estimate()
estimate opponent over all rounds TODO booleans to IF_EstimationAtRound |
void |
estimateCompletedCompetitions(int gamedef_id)
process all completed competitions right now since the participation players are unknown right now estimate all players played this gamedef |
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Opponent>> |
getOpponentsEstimations()
|
boolean |
initNewCompetition()
set currently running competition cleanup opponentsEstimations by not participating estimated players |
Method Detail |
---|
void estimateCompletedCompetitions(int gamedef_id)
gamedef_id
- - already generated by db -boolean initNewCompetition()
boolean estimate()
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Opponent>> getOpponentsEstimations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |