de.hattrickorganizer.logik.matchengine.engine.common
Class MatchResult
java.lang.Object
de.hattrickorganizer.logik.matchengine.engine.common.MatchResult
- All Implemented Interfaces:
- IMatchResult
public class MatchResult
- extends java.lang.Object
- implements IMatchResult
- Author:
- Draghetto
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchResult
public MatchResult()
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