plugins
Interface IMPTeamRatings

All Known Implementing Classes:
TeamRatings

public interface IMPTeamRatings

DOCUMENT ME!

Author:
thomas.werth

Method Summary
 double getLeftAttack()
          TODO Missing Method Documentation
 double getLeftDef()
          TODO Missing Method Documentation
 double getMiddleAttack()
          TODO Missing Method Documentation
 double getMiddleDef()
          TODO Missing Method Documentation
 double getMidfield()
          TODO Missing Method Documentation
 double getRightAttack()
          TODO Missing Method Documentation
 double getRightDef()
          TODO Missing Method Documentation
 

Method Detail

getLeftAttack

double getLeftAttack()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getLeftDef

double getLeftDef()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getMiddleAttack

double getMiddleAttack()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getMiddleDef

double getMiddleDef()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getMidfield

double getMidfield()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getRightAttack

double getRightAttack()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getRightDef

double getRightDef()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation