|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.matchengine.engine.core.BaseActionGenerator
public class BaseActionGenerator
TODO Missing Class Documentation
Constructor Summary | |
---|---|
BaseActionGenerator()
|
Method Summary | |
---|---|
protected TeamGameData |
compare(TeamData tv,
TeamData ctv)
TODO Missing Method Documentation |
protected int |
getArea(int tactic,
int level)
TODO Missing Method Documentation |
protected double |
getEffectiveness(double value)
TODO Missing Method Documentation |
protected int |
getRandom(int value,
int count)
TODO Missing Method Documentation |
protected int |
getRandomInt(double number)
|
protected boolean |
hasChance(TeamGameData tgd,
int minute)
TODO Missing Method Documentation |
protected boolean |
isScore(TeamGameData tgd,
int area)
TODO Missing Method Documentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseActionGenerator()
Method Detail |
---|
protected final int getArea(int tactic, int level)
tactic
- TODO Missing Method Parameter Documentationlevel
- TODO Missing Method Parameter Documentation
protected final int getRandom(int value, int count)
value
- TODO Missing Method Parameter Documentationcount
- TODO Missing Method Parameter Documentation
protected boolean isScore(TeamGameData tgd, int area)
tgd
- TODO Missing Method Parameter Documentationarea
- TODO Missing Method Parameter Documentation
protected final TeamGameData compare(TeamData tv, TeamData ctv)
tv
- TODO Missing Method Parameter Documentationctv
- TODO Missing Method Parameter Documentation
protected final boolean hasChance(TeamGameData tgd, int minute)
tgd
- TODO Missing Method Parameter Documentationminute
- TODO Missing Method Parameter Documentation
protected double getEffectiveness(double value)
value
- TODO Missing Method Parameter Documentation
protected int getRandomInt(double number)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |