|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IMatchResult in de.hattrickorganizer.gui.matchprediction |
---|
Methods in de.hattrickorganizer.gui.matchprediction with parameters of type IMatchResult | |
---|---|
void |
MatchEnginePanel.refresh(IMatchResult matchresults)
Use this methode, if you have created your own matchresults. |
void |
PredictPanel.refresh(IMatchResult mr)
TODO Missing Method Documentation |
void |
MatchScoreTable.refresh(IMatchResult mr,
boolean isHome)
DOCUMENT ME! |
void |
MatchResultTable.refresh(IMatchResult matchresults,
boolean isHome)
DOCUMENT ME! |
void |
MatchScoreDiffTable.refresh(IMatchResult mr,
boolean isHome)
DOCUMENT ME! |
Constructors in de.hattrickorganizer.gui.matchprediction with parameters of type IMatchResult | |
---|---|
MatchResultTable(IMatchResult matchresults,
boolean isHome)
Creates a new MatchPredictionSpieleTable object. |
|
MatchScoreDiffTable(IMatchResult mr,
boolean isHome)
Creates a new MatchPredictionSpieleTable object. |
|
MatchScoreTable(IMatchResult mr,
boolean isHome)
Creates a new MatchPredictionSpieleTable object. |
Uses of IMatchResult in de.hattrickorganizer.gui.model |
---|
Fields in de.hattrickorganizer.gui.model declared as IMatchResult | |
---|---|
protected IMatchResult |
AbstractMatchTableModel.matchResult
|
Methods in de.hattrickorganizer.gui.model with parameters of type IMatchResult | |
---|---|
void |
AbstractMatchTableModel.setValues(IMatchResult matchresults)
Matches neu setzen |
Constructors in de.hattrickorganizer.gui.model with parameters of type IMatchResult | |
---|---|
AbstractMatchTableModel(IMatchResult matchresults,
boolean ishome)
Creates a new MatchPredictionSpieleTableModel object. |
|
MatchResultTableModel(IMatchResult matchresults,
boolean isHome)
Creates a new MatchPredictionSpieleTableModel object. |
|
MatchScoreDiffTableModel(IMatchResult matchresult,
boolean ishome)
Creates a new MatchPredictionSpieleTableModel object. |
|
MatchScoreTableModel(IMatchResult matchResult,
boolean ishome)
Creates a new MatchPredictionSpieleTableModel object. |
Uses of IMatchResult in de.hattrickorganizer.logik.matchengine |
---|
Methods in de.hattrickorganizer.logik.matchengine that return IMatchResult | |
---|---|
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. |
Uses of IMatchResult in de.hattrickorganizer.logik.matchengine.engine.common |
---|
Classes in de.hattrickorganizer.logik.matchengine.engine.common that implement IMatchResult | |
---|---|
class |
MatchResult
|
Methods in de.hattrickorganizer.logik.matchengine.engine.common with parameters of type IMatchResult | |
---|---|
void |
MatchResult.addMatchResult(IMatchResult result)
|
Uses of IMatchResult in plugins |
---|
Methods in plugins that return IMatchResult | |
---|---|
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. |
Methods in plugins with parameters of type IMatchResult | |
---|---|
void |
IMatchPredictionPanel.refresh(IMatchResult matchresults)
Use this methode, if you have created your own matchresults. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |