de.hattrickorganizer.logik.matchengine.engine.common
Class MatchResult

java.lang.Object
  extended by de.hattrickorganizer.logik.matchengine.engine.common.MatchResult
All Implemented Interfaces:
IMatchResult

public class MatchResult
extends java.lang.Object
implements IMatchResult

Author:
Draghetto

Constructor Summary
MatchResult()
           
 
Method Summary
 void addActions(IMPActions[] actions)
           
 void addMatchResult(IMatchResult result)
           
 int getAwayWin()
           
 int getDraw()
           
 int getGuestChances()
           
 int[] getGuestFailed()
           
 int getGuestGoals()
           
 int[] getGuestSuccess()
           
 int getHomeChances()
           
 int[] getHomeFailed()
           
 int getHomeGoals()
           
 int[] getHomeSuccess()
           
 int getHomeWin()
           
 int getMatchNumber()
           
 int[] getResultDetail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchResult

public MatchResult()
Method Detail

addActions

public void addActions(IMPActions[] actions)

addMatchResult

public void addMatchResult(IMatchResult result)

getGuestChances

public int getGuestChances()
Specified by:
getGuestChances in interface IMatchResult

getGuestFailed

public int[] getGuestFailed()
Specified by:
getGuestFailed in interface IMatchResult

getGuestGoals

public int getGuestGoals()
Specified by:
getGuestGoals in interface IMatchResult

getGuestSuccess

public int[] getGuestSuccess()
Specified by:
getGuestSuccess in interface IMatchResult

getHomeChances

public int getHomeChances()
Specified by:
getHomeChances in interface IMatchResult

getHomeFailed

public int[] getHomeFailed()
Specified by:
getHomeFailed in interface IMatchResult

getHomeGoals

public int getHomeGoals()
Specified by:
getHomeGoals in interface IMatchResult

getHomeSuccess

public int[] getHomeSuccess()
Specified by:
getHomeSuccess in interface IMatchResult

getHomeWin

public int getHomeWin()
Specified by:
getHomeWin in interface IMatchResult

getAwayWin

public int getAwayWin()
Specified by:
getAwayWin in interface IMatchResult

getDraw

public int getDraw()
Specified by:
getDraw in interface IMatchResult

getMatchNumber

public int getMatchNumber()
Specified by:
getMatchNumber in interface IMatchResult

getResultDetail

public int[] getResultDetail()
Specified by:
getResultDetail in interface IMatchResult