|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.matchengine.TeamData
public class TeamData
TODO Missing Class Documentation
Constructor Summary | |
---|---|
TeamData(java.lang.String name,
TeamRatings _ratings,
int _tactic,
int _level)
Create the Data for an Team |
Method Summary | |
---|---|
void |
addAction(IMPActions action)
TODO Missing Method Documentation |
java.util.List |
getActions()
TODO Missing Method Documentation |
IMPTeamRatings |
getRatings()
TODO Missing Method Documentation |
int |
getTacticLevel()
TODO Missing Method Documentation |
int |
getTacticType()
TODO Missing Method Documentation |
java.lang.String |
getTeamName()
TODO Missing Method Documentation |
void |
setRatings(TeamRatings ratings)
TODO Missing Method Documentation |
void |
setTacticLevel(int i)
TODO Missing Method Documentation |
void |
setTacticType(int i)
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 TeamData(java.lang.String name, TeamRatings _ratings, int _tactic, int _level)
name
- Name of the team_ratings
- The teamratings of the team_tactic
- The tactic, Uses the TAKTIK - Constants from IMatchDetails_level
- Tacticlevel from 1 to 20Method Detail |
---|
public final java.util.List getActions()
public final void setRatings(TeamRatings ratings)
ratings
- TODO Missing Method Parameter Documentationpublic final IMPTeamRatings getRatings()
getRatings
in interface IMPTeamData
public final void setTacticLevel(int i)
i
- TODO Missing Method Parameter Documentationpublic final int getTacticLevel()
getTacticLevel
in interface IMPTeamData
public final void setTacticType(int i)
i
- TODO Missing Method Parameter Documentationpublic final int getTacticType()
getTacticType
in interface IMPTeamData
public final java.lang.String getTeamName()
getTeamName
in interface IMPTeamData
public final void addAction(IMPActions action)
action
- TODO Missing Method Parameter Documentationpublic 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 |