Uses of Interface
plugins.IMPTeamRatings

Packages that use IMPTeamRatings
de.hattrickorganizer.logik.matchengine   
plugins   
 

Uses of IMPTeamRatings in de.hattrickorganizer.logik.matchengine
 

Classes in de.hattrickorganizer.logik.matchengine that implement IMPTeamRatings
 class TeamRatings
          TODO Missing Class Documentation
 

Methods in de.hattrickorganizer.logik.matchengine that return IMPTeamRatings
 IMPTeamRatings MatchPredictionManager.generateTeamRatings(double midfield, double leftDef, double middleDef, double rightDef, double leftAttack, double middleAttack, double rightAttack)
          TODO Missing Method Documentation
 IMPTeamRatings TeamData.getRatings()
          TODO Missing Method Documentation
 

Methods in de.hattrickorganizer.logik.matchengine with parameters of type IMPTeamRatings
 IMPTeamData MatchPredictionManager.generateTeamData(java.lang.String name, IMPTeamRatings _ratings, int _tactic, int _level)
          TODO Missing Method Documentation
 

Uses of IMPTeamRatings in plugins
 

Methods in plugins that return IMPTeamRatings
 IMPTeamRatings IMatchPredictionManager.generateTeamRatings(double midfield, double leftDef, double middleDef, double rightDef, double leftAttack, double middleAttack, double rightAttack)
          DOCUMENT ME!
 IMPTeamRatings IMPTeamData.getRatings()
          TODO Missing Method Documentation
 

Methods in plugins with parameters of type IMPTeamRatings
 IMPTeamData IMatchPredictionManager.generateTeamData(java.lang.String name, IMPTeamRatings _ratings, int _tactic, int _level)
          DOCUMENT ME!