de.hattrickorganizer.logik.matchengine
Class TeamRatings

java.lang.Object
  extended by de.hattrickorganizer.logik.matchengine.TeamRatings
All Implemented Interfaces:
IMPTeamRatings

public class TeamRatings
extends java.lang.Object
implements IMPTeamRatings

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
TeamRatings()
          Creates a new TeamRatings object.
TeamRatings(double midfield, double leftDef, double middleDef, double rightDef, double leftAttack, double middleAttack, double rightAttack)
          Ratings for a team for the Matchprediction Use values from 1-80
 
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
 void setLeftAttack(double d)
          TODO Missing Method Documentation
 void setLeftDef(double d)
          TODO Missing Method Documentation
 void setMiddleAttack(double d)
          TODO Missing Method Documentation
 void setMiddleDef(double d)
          TODO Missing Method Documentation
 void setMidfield(double d)
          TODO Missing Method Documentation
 void setRightAttack(double d)
          TODO Missing Method Documentation
 void setRightDef(double d)
          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

TeamRatings

public TeamRatings()
Creates a new TeamRatings object.


TeamRatings

public TeamRatings(double midfield,
                   double leftDef,
                   double middleDef,
                   double rightDef,
                   double leftAttack,
                   double middleAttack,
                   double rightAttack)
Ratings for a team for the Matchprediction Use values from 1-80

Parameters:
midfield - TODO Missing Constructuor Parameter Documentation
leftDef - TODO Missing Constructuor Parameter Documentation
middleDef - TODO Missing Constructuor Parameter Documentation
rightDef - TODO Missing Constructuor Parameter Documentation
leftAttack - TODO Missing Constructuor Parameter Documentation
middleAttack - TODO Missing Constructuor Parameter Documentation
rightAttack - TODO Missing Constructuor Parameter Documentation
Method Detail

setLeftAttack

public final void setLeftAttack(double d)
TODO Missing Method Documentation

Parameters:
d - TODO Missing Method Parameter Documentation

getLeftAttack

public final double getLeftAttack()
TODO Missing Method Documentation

Specified by:
getLeftAttack in interface IMPTeamRatings
Returns:
TODO Missing Return Method Documentation

setLeftDef

public final void setLeftDef(double d)
TODO Missing Method Documentation

Parameters:
d - TODO Missing Method Parameter Documentation

getLeftDef

public final double getLeftDef()
TODO Missing Method Documentation

Specified by:
getLeftDef in interface IMPTeamRatings
Returns:
TODO Missing Return Method Documentation

setMiddleAttack

public final void setMiddleAttack(double d)
TODO Missing Method Documentation

Parameters:
d - TODO Missing Method Parameter Documentation

getMiddleAttack

public final double getMiddleAttack()
TODO Missing Method Documentation

Specified by:
getMiddleAttack in interface IMPTeamRatings
Returns:
TODO Missing Return Method Documentation

setMiddleDef

public final void setMiddleDef(double d)
TODO Missing Method Documentation

Parameters:
d - TODO Missing Method Parameter Documentation

getMiddleDef

public final double getMiddleDef()
TODO Missing Method Documentation

Specified by:
getMiddleDef in interface IMPTeamRatings
Returns:
TODO Missing Return Method Documentation

setMidfield

public final void setMidfield(double d)
TODO Missing Method Documentation

Parameters:
d - TODO Missing Method Parameter Documentation

getMidfield

public final double getMidfield()
TODO Missing Method Documentation

Specified by:
getMidfield in interface IMPTeamRatings
Returns:
TODO Missing Return Method Documentation

setRightAttack

public final void setRightAttack(double d)
TODO Missing Method Documentation

Parameters:
d - TODO Missing Method Parameter Documentation

getRightAttack

public final double getRightAttack()
TODO Missing Method Documentation

Specified by:
getRightAttack in interface IMPTeamRatings
Returns:
TODO Missing Return Method Documentation

setRightDef

public final void setRightDef(double d)
TODO Missing Method Documentation

Parameters:
d - TODO Missing Method Parameter Documentation

getRightDef

public final double getRightDef()
TODO Missing Method Documentation

Specified by:
getRightDef in interface IMPTeamRatings
Returns:
TODO Missing Return 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