Uses of Class
de.hattrickorganizer.logik.matchengine.TeamData

Packages that use TeamData
de.hattrickorganizer.gui.matchprediction   
de.hattrickorganizer.logik.matchengine.engine.common   
de.hattrickorganizer.logik.matchengine.engine.core   
 

Uses of TeamData in de.hattrickorganizer.gui.matchprediction
 

Methods in de.hattrickorganizer.gui.matchprediction that return TeamData
 TeamData TeamRatingPanel.getTeamData()
          TODO Missing Method Documentation
 

Uses of TeamData in de.hattrickorganizer.logik.matchengine.engine.common
 

Subclasses of TeamData in de.hattrickorganizer.logik.matchengine.engine.common
 class TeamGameData
          TODO Missing Class Documentation
 

Constructors in de.hattrickorganizer.logik.matchengine.engine.common with parameters of type TeamData
MatchData(TeamData home, TeamData away)
          Creates a new MatchData object.
 

Uses of TeamData in de.hattrickorganizer.logik.matchengine.engine.core
 

Methods in de.hattrickorganizer.logik.matchengine.engine.core with parameters of type TeamData
protected  TeamGameData BaseActionGenerator.compare(TeamData tv, TeamData ctv)
          TODO Missing Method Documentation
 void ActionGenerator.setTeams(TeamData homeTeamData, TeamData awayTeamData)
          TODO Missing Method Documentation
 

Constructors in de.hattrickorganizer.logik.matchengine.engine.core with parameters of type TeamData
ActionGenerator(TeamData homeTeamData, TeamData awayTeamData)
          Creates a new ActionGenerator object.
CounterAttackGenerator(TeamData homeTeamData, TeamData awayTeamData)