|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IMPTeamData in de.hattrickorganizer.gui.matchprediction |
---|
Methods in de.hattrickorganizer.gui.matchprediction with parameters of type IMPTeamData | |
---|---|
void |
MatchEnginePanel.setGuestteam(IMPTeamData guestteam)
TODO Missing Method Documentation |
void |
MatchEnginePanel.setHometeam(IMPTeamData hometeam)
TODO Missing Method Documentation |
void |
TeamRatingPanel.setTeamData(IMPTeamData teamdata)
TODO Missing Method Documentation |
Constructors in de.hattrickorganizer.gui.matchprediction with parameters of type IMPTeamData | |
---|---|
MatchEnginePanel(IMPTeamData myTeamValues,
IMPTeamData opponentTeamValues)
Creates a new MatchEnginePanel object. |
|
TeamRatingPanel(IMPTeamData team)
Creates a new TeamRatingPanel object. |
Uses of IMPTeamData in de.hattrickorganizer.gui.pluginWrapper |
---|
Methods in de.hattrickorganizer.gui.pluginWrapper with parameters of type IMPTeamData | |
---|---|
javax.swing.JPanel |
GUIPluginWrapper.createMatchPredictionPanel(IMPTeamData hometeam,
IMPTeamData guestteam)
TODO Missing Method Documentation |
Uses of IMPTeamData in de.hattrickorganizer.logik.matchengine |
---|
Classes in de.hattrickorganizer.logik.matchengine that implement IMPTeamData | |
---|---|
class |
TeamData
TODO Missing Class Documentation |
Methods in de.hattrickorganizer.logik.matchengine that return IMPTeamData | |
---|---|
IMPTeamData |
MatchPredictionManager.generateTeamData(java.lang.String name,
IMPTeamRatings _ratings,
int _tactic,
int _level)
TODO Missing Method Documentation |
Methods in de.hattrickorganizer.logik.matchengine with parameters of type IMPTeamData | |
---|---|
java.util.Vector |
MatchPredictionManager.calculateMatch(IMPTeamData home,
IMPTeamData away)
calculates a match ( 90 minutes ) and returns list of events for both teams. |
IMatchResult |
MatchPredictionManager.calculateMatchResult(IMPTeamData home,
IMPTeamData away)
|
IMatchResult |
MatchPredictionManager.calculateNMatches(int numberOfMatches,
IMPTeamData home,
IMPTeamData away)
calculates a number of matches match ( 90 minutes ) and returns list of events for both teams. |
IMPMatchData |
MatchPredictionManager.getMatchData(IMPTeamData home,
IMPTeamData away)
TODO Missing Method Documentation |
Uses of IMPTeamData in de.hattrickorganizer.logik.matchengine.engine.common |
---|
Classes in de.hattrickorganizer.logik.matchengine.engine.common that implement IMPTeamData | |
---|---|
class |
TeamGameData
TODO Missing Class Documentation |
Uses of IMPTeamData in plugins |
---|
Methods in plugins that return IMPTeamData | |
---|---|
IMPTeamData |
IMatchPredictionManager.generateTeamData(java.lang.String name,
IMPTeamRatings _ratings,
int _tactic,
int _level)
DOCUMENT ME! |
Methods in plugins with parameters of type IMPTeamData | |
---|---|
java.util.Vector |
IMatchPredictionManager.calculateMatch(IMPTeamData home,
IMPTeamData away)
calculates a match ( 90 minutes ) and returns list of events for both teams. |
IMatchResult |
IMatchPredictionManager.calculateNMatches(int numberOfMatches,
IMPTeamData home,
IMPTeamData away)
calculates a number of matches match ( 90 minutes ) and returns list of events for both teams. |
javax.swing.JPanel |
IGUI.createMatchPredictionPanel(IMPTeamData hometeam,
IMPTeamData guestteam)
Returns a MatchPredictionpanel (IMatchPredictionPanel) Create the parameter with IMatchPredictionManager you receive from IHOMiniModel.getMatchPredictionManager |
IMPMatchData |
IMatchPredictionManager.getMatchData(IMPTeamData home,
IMPTeamData away)
get MatchSimulation Engine |
void |
IMatchPredictionPanel.setGuestteam(IMPTeamData guestteam)
Change the guestteam |
void |
IMatchPredictionPanel.setHometeam(IMPTeamData hometeam)
Change the hometeam |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |