plugins
Interface IRatingPredictionConfig
- All Known Implementing Classes:
- RatingPredictionConfig
public interface IRatingPredictionConfig
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
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()