|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.logik.matchengine.TeamRatings
public class TeamRatings
TODO Missing Class Documentation
| 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 |
|---|
public TeamRatings()
public TeamRatings(double midfield,
double leftDef,
double middleDef,
double rightDef,
double leftAttack,
double middleAttack,
double rightAttack)
midfield - TODO Missing Constructuor Parameter DocumentationleftDef - TODO Missing Constructuor Parameter DocumentationmiddleDef - TODO Missing Constructuor Parameter DocumentationrightDef - TODO Missing Constructuor Parameter DocumentationleftAttack - TODO Missing Constructuor Parameter DocumentationmiddleAttack - TODO Missing Constructuor Parameter DocumentationrightAttack - TODO Missing Constructuor Parameter Documentation| Method Detail |
|---|
public final void setLeftAttack(double d)
d - TODO Missing Method Parameter Documentationpublic final double getLeftAttack()
getLeftAttack in interface IMPTeamRatingspublic final void setLeftDef(double d)
d - TODO Missing Method Parameter Documentationpublic final double getLeftDef()
getLeftDef in interface IMPTeamRatingspublic final void setMiddleAttack(double d)
d - TODO Missing Method Parameter Documentationpublic final double getMiddleAttack()
getMiddleAttack in interface IMPTeamRatingspublic final void setMiddleDef(double d)
d - TODO Missing Method Parameter Documentationpublic final double getMiddleDef()
getMiddleDef in interface IMPTeamRatingspublic final void setMidfield(double d)
d - TODO Missing Method Parameter Documentationpublic final double getMidfield()
getMidfield in interface IMPTeamRatingspublic final void setRightAttack(double d)
d - TODO Missing Method Parameter Documentationpublic final double getRightAttack()
getRightAttack in interface IMPTeamRatingspublic final void setRightDef(double d)
d - TODO Missing Method Parameter Documentationpublic final double getRightDef()
getRightDef in interface IMPTeamRatingspublic final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||