plugins
Interface IRatingPredictionConfig

All Known Implementing Classes:
RatingPredictionConfig

public interface IRatingPredictionConfig


Field Summary
static int ALLSIDES
           
static int MIDDLE
           
static int OTHERSIDE
           
static int THISSIDE
           
 
Method Summary
 IRatingPredictionParameter getCentralAttackParameters()
           
 IRatingPredictionParameter getCentralDefenseParameters()
           
 IRatingPredictionParameter getMidfieldParameters()
           
 IRatingPredictionParameter getPlayerStrengthParameters()
           
 java.lang.String getPredictionName()
           
 int getPredictionType()
           
 IRatingPredictionParameter getSideAttackParameters()
           
 IRatingPredictionParameter getSideDefenseParameters()
           
 

Field Detail

THISSIDE

static final int THISSIDE
See Also:
Constant Field Values

OTHERSIDE

static final int OTHERSIDE
See Also:
Constant Field Values

ALLSIDES

static final int ALLSIDES
See Also:
Constant Field Values

MIDDLE

static final int MIDDLE
See Also:
Constant Field Values
Method Detail

getPredictionName

java.lang.String getPredictionName()

getPredictionType

int getPredictionType()

getCentralAttackParameters

IRatingPredictionParameter getCentralAttackParameters()

getSideAttackParameters

IRatingPredictionParameter getSideAttackParameters()

getCentralDefenseParameters

IRatingPredictionParameter getCentralDefenseParameters()

getSideDefenseParameters

IRatingPredictionParameter getSideDefenseParameters()

getMidfieldParameters

IRatingPredictionParameter getMidfieldParameters()

getPlayerStrengthParameters

IRatingPredictionParameter getPlayerStrengthParameters()