|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMatchPredictionManager
Manager for the Matchprediction. Use IGUI.createMatchPredictionPanel to show a Matchprediction
Method Summary | |
---|---|
java.util.Vector |
calculateMatch(IMPTeamData home,
IMPTeamData away)
calculates a match ( 90 minutes ) and returns list of events for both teams. |
IMatchResult |
calculateNMatches(int numberOfMatches,
IMPTeamData home,
IMPTeamData away)
calculates a number of matches match ( 90 minutes ) and returns list of events for both teams. |
IMPTeamData |
generateTeamData(java.lang.String name,
IMPTeamRatings _ratings,
int _tactic,
int _level)
DOCUMENT ME! |
IMPTeamRatings |
generateTeamRatings(double midfield,
double leftDef,
double middleDef,
double rightDef,
double leftAttack,
double middleAttack,
double rightAttack)
DOCUMENT ME! |
IMPMatchData |
getMatchData(IMPTeamData home,
IMPTeamData away)
get MatchSimulation Engine |
Method Detail |
---|
IMPMatchData getMatchData(IMPTeamData home, IMPTeamData away)
home
- TODO Missing Constructuor Parameter Documentationaway
- TODO Missing Constructuor Parameter Documentation
java.util.Vector calculateMatch(IMPTeamData home, IMPTeamData away)
home
- TODO Missing Constructuor Parameter Documentationaway
- TODO Missing Constructuor Parameter Documentation
IMatchResult calculateNMatches(int numberOfMatches, IMPTeamData home, IMPTeamData away)
numberOfMatches
- TODO Missing Constructuor Parameter Documentationhome
- TODO Missing Constructuor Parameter Documentationaway
- TODO Missing Constructuor Parameter Documentation
IMPTeamData generateTeamData(java.lang.String name, IMPTeamRatings _ratings, int _tactic, int _level)
name
- TODO Missing Constructuor Parameter Documentation_ratings
- create an IMPTeamRatings with genereateTeamRatings()_tactic
- choosen tactic for team, like IMatchDetails.TAKTIK_NORMAL_level
- level from 1-20. You can use the constants from ISpieler: ISpieler.gut
IMPTeamRatings generateTeamRatings(double midfield, double leftDef, double middleDef, double rightDef, double leftAttack, double middleAttack, double rightAttack)
midfield
- to be filled with values from 1-80. You can use Constants from ISpieler 4 +
Subskill: ISpieler.gut 4 + 0.25 for 7.25 -> good lowleftDef
- TODO Missing Constructuor Parameter DocumentationmiddleDef
- TODO Missing Constructuor Parameter DocumentationrightDef
- TODO Missing Constructuor Parameter DocumentationleftAttack
- TODO Missing Constructuor Parameter DocumentationmiddleAttack
- TODO Missing Constructuor Parameter DocumentationrightAttack
- TODO Missing Constructuor Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |