|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineUp
Interface for LineUp Access Once LineUp has been changed by plugin , you need to call IGUI.doLineupRefresh() to let HO refresh internal lineup screen
Field Summary | |
---|---|
static byte |
AW_MF_ST
Order for lineup assistent |
static byte |
AW_ST_MF
TODO Missing Parameter Documentation |
static java.lang.String |
DEFAULT_NAME
DEfaultNAme for LineUP |
static byte |
MF_AW_ST
TODO Missing Parameter Documentation |
static byte |
MF_ST_AW
TODO Missing Parameter Documentation |
static int |
NO_HRF_VERBINDUNG
FLAG LineUp is independend to a hrf |
static byte |
ST_AW_MF
TODO Missing Parameter Documentation |
static byte |
ST_MF_AW
TODO Missing Parameter Documentation |
static byte |
SYS_343
TODO Missing Parameter Documentation |
static byte |
SYS_352
TODO Missing Parameter Documentation |
static byte |
SYS_433
Systems |
static byte |
SYS_442
TODO Missing Parameter Documentation |
static byte |
SYS_451
TODO Missing Parameter Documentation |
static byte |
SYS_532
TODO Missing Parameter Documentation |
static byte |
SYS_541
TODO Missing Parameter Documentation |
static byte |
SYS_MURKS
TODO Missing Parameter Documentation |
Method Summary | |
---|---|
void |
checkAufgestellteSpieler()
check if all player in lineup are still in team |
void |
doAufstellung(java.util.Vector spieler,
byte reihenfolge,
boolean mitForm,
boolean idealPosFirst,
boolean ignoreVerletzung,
boolean ignoreSperren,
float wetterBonus,
int wetter)
start auto-lineup |
byte |
ermittelSystem()
determinate current system |
float |
getAttackSTK()
get Value for AttackOnWings/Middle |
float |
getAttackSTK(java.util.Vector spieler)
Deprecated. : no more support for supplied player vector |
int |
getAttitude()
Getter for property m_iAttitude. |
float |
getAvgExpierence()
returns average Expierence of all players in lineup |
float |
getAWTeamStk(java.util.Vector spieler,
boolean mitForm)
get Value for Defense |
int[] |
getBestElferKicker()
get PlayerId for best penalty shooter in lineup |
double |
getCentralAttackRating()
Predicts Central Attack-Rating |
double |
getCentralDefenseRating()
Predicts cd-Rating |
byte |
getEffectivePos4PositionID(int positionsid)
gets effective Position for a specified Position. |
float |
getGesamtStaerke(java.util.Vector spieler,
boolean mitForm)
get Value for Teamstrength |
int |
getHATStats()
Calc HatStats for currentlineup |
short |
getHeimspiel()
Getter for property m_sHeimspiel. |
int |
getIntValue4Rating(double rating)
Creates a int from 1-80 for a Rating, to use it at IHelper.getNameForBewertung() |
int |
getKapitaen()
getPlayerId of Capitan |
int |
getKicker()
get ID for Kicker |
float |
getKonterSTK()
get Value for CounterAttack |
float |
getKonterSTK(java.util.Vector spieler)
Deprecated. : no more support for supplied player vector |
double |
getLeftAttackRating()
Predicts LeftAttack-Rating |
double |
getLeftDefenseRating()
Predicts ld-Rating |
float |
getLoddarStats()
Calc LoddarStats for currentlineup |
float |
getMFTeamStk(java.util.Vector spieler,
boolean mitForm)
get Value for Midfield |
double |
getMidfieldRating()
Predicts MF-Rating |
ISpieler |
getPlayerByPositionID(int positionsid)
gets a Player for given Position |
float |
getPressingSTK()
get Value for Pressing |
float |
getPressingSTK(java.util.Vector spieler)
Deprecated. : no more support for supplied player vector |
double |
getRightAttackRating()
Predicts Right-Attack-Rating |
double |
getRightDefenseRating()
Predicts rd-Rating |
float |
getSTTeamStk(java.util.Vector spieler,
boolean mitForm)
get Value for Attack |
java.lang.String |
getSystemName(byte system)
Get Name for specific System |
byte |
getTactic4PositionID(int positionsid)
gets tactic for a specified Position |
float |
getTacticLevel(int type)
DOCUMENT ME! |
int |
getTacticType()
Getter for property m_iTacticType. |
int |
getTeamErfahrung4AktuellesSystem()
get Value for expierience of current System |
float |
getTWTeamStk(java.util.Vector spieler,
boolean mitForm)
get Value for Keeper |
boolean |
isSpielerAufgestellt(int spielerId)
check if player is in lineup |
boolean |
isSpielerInAnfangsElf(int spielerId)
check if player is in lineup and plays from beginning of match |
boolean |
isSpielerInReserve(int spielerId)
check if player is in lineup and is reserve |
void |
load(java.lang.String name)
loads Lineup with given Name |
void |
resetAufgestellteSpieler()
clear lineup |
void |
save(java.lang.String name)
saves lineup under given Name in DB |
void |
setAttitude(int m_iAttitude)
Setter for property m_iAttitude. |
void |
setAutoKapitaen(java.util.Vector spieler)
set Caption via assistent |
void |
setAutoKicker(java.util.Vector spieler)
assistent sets Kicker |
void |
setHeimspiel(short m_sHeimspiel)
Setter for property m_sHeimspiel. |
void |
setKapitaen(int m_iKapitaen)
setPlayerID for Capitan |
void |
setKicker(int m_iKicker)
set ID for Kicker |
byte |
setSpielerAtPosition(int positionsid,
int spielerid,
byte tactic)
sets a Player at given Positione with given tactic example setSpielerAtPosition ( ISpielerPosition.insideMid2, aPlayerID, ISpielerPosition.OFFENSIV ); sets a player in Midfield Pos 2 as offensive |
void |
setTacticType(int m_iTacticType)
Setter for property m_iTacticType. |
Field Detail |
---|
static final byte SYS_433
static final byte SYS_442
static final byte SYS_532
static final byte SYS_541
static final byte SYS_352
static final byte SYS_343
static final byte SYS_451
static final byte SYS_MURKS
static final java.lang.String DEFAULT_NAME
static final int NO_HRF_VERBINDUNG
static final byte AW_MF_ST
static final byte AW_ST_MF
static final byte MF_ST_AW
static final byte MF_AW_ST
static final byte ST_AW_MF
static final byte ST_MF_AW
Method Detail |
---|
float getAWTeamStk(java.util.Vector spieler, boolean mitForm)
spieler
- TODO Missing Constructuor Parameter DocumentationmitForm
- TODO Missing Constructuor Parameter Documentation
float getAttackSTK()
float getAttackSTK(java.util.Vector spieler)
spieler
- TODO Missing Constructuor Parameter Documentation
void setAttitude(int m_iAttitude)
m_iAttitude
- New value of property m_iAttitude.int getAttitude()
void setAutoKapitaen(java.util.Vector spieler)
spieler
- TODO Missing Constructuor Parameter Documentationvoid setAutoKicker(java.util.Vector spieler)
spieler
- TODO Missing Constructuor Parameter Documentationfloat getAvgExpierence()
int[] getBestElferKicker()
double getCentralAttackRating()
double getCentralDefenseRating()
byte getEffectivePos4PositionID(int positionsid)
positionsid
- taken from ISpielerPosition (Keeper(1) to ausgewechselt(19) )
float getGesamtStaerke(java.util.Vector spieler, boolean mitForm)
spieler
- TODO Missing Constructuor Parameter DocumentationmitForm
- TODO Missing Constructuor Parameter Documentation
int getHATStats()
void setHeimspiel(short m_sHeimspiel)
m_sHeimspiel
- New value of property m_sHeimspiel.short getHeimspiel()
int getIntValue4Rating(double rating)
rating
- TODO Missing Constructuor Parameter Documentation
void setKapitaen(int m_iKapitaen)
m_iKapitaen
- TODO Missing Constructuor Parameter Documentationint getKapitaen()
void setKicker(int m_iKicker)
m_iKicker
- TODO Missing Constructuor Parameter Documentationint getKicker()
float getKonterSTK()
float getKonterSTK(java.util.Vector spieler)
spieler
- TODO Missing Constructuor Parameter Documentation
double getLeftAttackRating()
double getLeftDefenseRating()
float getLoddarStats()
float getMFTeamStk(java.util.Vector spieler, boolean mitForm)
spieler
- TODO Missing Constructuor Parameter DocumentationmitForm
- TODO Missing Constructuor Parameter Documentation
double getMidfieldRating()
ISpieler getPlayerByPositionID(int positionsid)
positionsid
- taken from ISpielerPosition (Keeper(1) to ausgewechselt(19) )
float getPressingSTK()
float getPressingSTK(java.util.Vector spieler)
spieler
- TODO Missing Constructuor Parameter Documentation
double getRightAttackRating()
double getRightDefenseRating()
float getSTTeamStk(java.util.Vector spieler, boolean mitForm)
spieler
- TODO Missing Constructuor Parameter DocumentationmitForm
- TODO Missing Constructuor Parameter Documentation
byte setSpielerAtPosition(int positionsid, int spielerid, byte tactic)
positionsid
- ID of Position ( ex. ISpielerPosition.insideMid2 )spielerid
- Id of Player ( player.getSpielerID() )tactic
- TacticType for Position ( ex. ISpielerPosition.NORMAL )
boolean isSpielerAufgestellt(int spielerId)
spielerId
- TODO Missing Constructuor Parameter Documentation
boolean isSpielerInAnfangsElf(int spielerId)
spielerId
- TODO Missing Constructuor Parameter Documentation
boolean isSpielerInReserve(int spielerId)
spielerId
- TODO Missing Constructuor Parameter Documentation
java.lang.String getSystemName(byte system)
system
- TODO Missing Constructuor Parameter Documentation
float getTWTeamStk(java.util.Vector spieler, boolean mitForm)
spieler
- TODO Missing Constructuor Parameter DocumentationmitForm
- TODO Missing Constructuor Parameter Documentation
byte getTactic4PositionID(int positionsid)
positionsid
- taken from ISpielerPosition (Keeper(1) to ausgewechselt(19) )
float getTacticLevel(int type)
type
- TODO Missing Constructuor Parameter Documentation
void setTacticType(int m_iTacticType)
m_iTacticType
- New value of property m_iTacticType.int getTacticType()
int getTeamErfahrung4AktuellesSystem()
void checkAufgestellteSpieler()
void doAufstellung(java.util.Vector spieler, byte reihenfolge, boolean mitForm, boolean idealPosFirst, boolean ignoreVerletzung, boolean ignoreSperren, float wetterBonus, int wetter)
spieler
- vector of player's ( normally IHOMiniModel.getAllSpieler() )reihenfolge
- ORDER of "teamPart-filling" for assistent logicmitForm
- regard to player formidealPosFirst
- set best Pos firstignoreVerletzung
- TODO Missing Constructuor Parameter DocumentationignoreSperren
- don't regard to red cardswetterBonus
- effect of weather , should be
IHOMiniModel.getUserSettings().WetterEffektBonuswetter
- wheather type ( ISpieler.SONNIG)byte ermittelSystem()
void load(java.lang.String name)
name
- TODO Missing Constructuor Parameter Documentationvoid resetAufgestellteSpieler()
void save(java.lang.String name)
name
- TODO Missing Constructuor Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |