plugins
Interface IMPMatchData

All Known Implementing Classes:
MatchData

public interface IMPMatchData

DOCUMENT ME!

Author:
thomas.werth

Method Summary
 IMPActions[] advance()
          calculates next minute of match
 java.util.List getAwayTeamActionList()
          retrieves a copy of all actions for away time that have been calculated til the call of this func
 java.util.List getHomeTeamActionList()
          retrieves a copy of all actions for home time that have been calculated til the call of this func
 

Method Detail

getAwayTeamActionList

java.util.List getAwayTeamActionList()
retrieves a copy of all actions for away time that have been calculated til the call of this func

Returns:
TODO Missing Return Method Documentation

getHomeTeamActionList

java.util.List getHomeTeamActionList()
retrieves a copy of all actions for home time that have been calculated til the call of this func

Returns:
TODO Missing Return Method Documentation

advance

IMPActions[] advance()
calculates next minute of match

Returns:
actions occured in that minute