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

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

public class MatchData
extends java.lang.Object
implements IMPMatchData

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
MatchData(TeamData home, TeamData away)
          Creates a new MatchData object.
 
Method Summary
 IMPActions[] advance()
          TODO Missing Method Documentation
 java.util.List getAwayTeamActionList()
          TODO Missing Method Documentation
 java.util.List getHomeTeamActionList()
          TODO Missing Method Documentation
 void recap()
          TODO Missing Method Documentation
 IMPActions[] simulate()
          TODO Missing Method Documentation
 java.lang.String toString()
          toString methode: creates a String representation of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatchData

public MatchData(TeamData home,
                 TeamData away)
Creates a new MatchData object.

Parameters:
home - TODO Missing Constructuor Parameter Documentation
away - TODO Missing Constructuor Parameter Documentation
Method Detail

getAwayTeamActionList

public final java.util.List getAwayTeamActionList()
TODO Missing Method Documentation

Specified by:
getAwayTeamActionList in interface IMPMatchData
Returns:
TODO Missing Return Method Documentation

getHomeTeamActionList

public final java.util.List getHomeTeamActionList()
TODO Missing Method Documentation

Specified by:
getHomeTeamActionList in interface IMPMatchData
Returns:
TODO Missing Return Method Documentation

advance

public final IMPActions[] advance()
TODO Missing Method Documentation

Specified by:
advance in interface IMPMatchData
Returns:
TODO Missing Return Method Documentation

simulate

public final IMPActions[] simulate()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

recap

public final void recap()
TODO Missing Method Documentation


toString

public final java.lang.String toString()
toString methode: creates a String representation of the object

Overrides:
toString in class java.lang.Object
Returns:
the String representation