|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.matchengine.TeamData
de.hattrickorganizer.logik.matchengine.engine.common.TeamGameData
public class TeamGameData
TODO Missing Class Documentation
Constructor Summary | |
---|---|
TeamGameData(int _action,
double possess,
double rchance,
double lchance,
double mchance,
double rrisk,
double lrisk,
double mrisk,
int type,
int level)
Creates a new TeamGameData object. |
Method Summary | |
---|---|
void |
addActionPlayed()
TODO Missing Method Documentation |
void |
addCounterActionPlayed()
TODO Missing Method Documentation |
int |
getActionAlreadyPlayed()
TODO Missing Method Documentation |
int |
getActionNumber()
TODO Missing Method Documentation |
int |
getCounterAction()
TODO Missing Method Documentation |
double |
getTotalChance()
TODO Missing Method Documentation |
double |
getTotalRisk()
TODO Missing Method Documentation |
boolean |
isHome()
TODO Missing Method Documentation |
void |
setActionNumber(int d)
TODO Missing Method Documentation |
void |
setHome(boolean b)
TODO Missing Method Documentation |
Methods inherited from class de.hattrickorganizer.logik.matchengine.TeamData |
---|
addAction, getActions, getRatings, getTacticLevel, getTacticType, getTeamName, setRatings, setTacticLevel, setTacticType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TeamGameData(int _action, double possess, double rchance, double lchance, double mchance, double rrisk, double lrisk, double mrisk, int type, int level)
_action
- TODO Missing Constructuor Parameter Documentationpossess
- TODO Missing Constructuor Parameter Documentationrchance
- TODO Missing Constructuor Parameter Documentationlchance
- TODO Missing Constructuor Parameter Documentationmchance
- TODO Missing Constructuor Parameter Documentationrrisk
- TODO Missing Constructuor Parameter Documentationlrisk
- TODO Missing Constructuor Parameter Documentationmrisk
- TODO Missing Constructuor Parameter Documentationtype
- TODO Missing Constructuor Parameter Documentationlevel
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final int getActionAlreadyPlayed()
public final void setActionNumber(int d)
d
- TODO Missing Method Parameter Documentationpublic final int getActionNumber()
public final int getCounterAction()
public final void setHome(boolean b)
b
- TODO Missing Method Parameter Documentationpublic final boolean isHome()
public final double getTotalChance()
public final double getTotalRisk()
public final void addActionPlayed()
public final void addCounterActionPlayed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |