plugins
Interface IMatchPredictionPanel

All Known Implementing Classes:
MatchEnginePanel

public interface IMatchPredictionPanel

DOCUMENT ME!

Author:
Pirania

Method Summary
 void calculateNMatches(int numberOfMatches)
          Calculates numberOfMatches matches and show the results uses getNumberOfMatches() as parameter
 int getNumberOfMatches()
          Returns the Number of Matches the User has choose in the gui
 void refresh(IMatchResult matchresults)
          Use this methode, if you have created your own matchresults.
 void setGuestteam(IMPTeamData guestteam)
          Change the guestteam
 void setHometeam(IMPTeamData hometeam)
          Change the hometeam
 

Method Detail

setGuestteam

void setGuestteam(IMPTeamData guestteam)
Change the guestteam

Parameters:
guestteam - TODO Missing Constructuor Parameter Documentation

setHometeam

void setHometeam(IMPTeamData hometeam)
Change the hometeam

Parameters:
hometeam - TODO Missing Constructuor Parameter Documentation

getNumberOfMatches

int getNumberOfMatches()
Returns the Number of Matches the User has choose in the gui

Returns:
TODO Missing Return Method Documentation

calculateNMatches

void calculateNMatches(int numberOfMatches)
Calculates numberOfMatches matches and show the results uses getNumberOfMatches() as parameter

Parameters:
numberOfMatches - TODO Missing Constructuor Parameter Documentation

refresh

void refresh(IMatchResult matchresults)
Use this methode, if you have created your own matchresults. To calculate n matches use calculateNMatches.

Parameters:
matchresults - TODO Missing Constructuor Parameter Documentation