|
|||||||||
| Home >> All >> org >> dma >> ihm >> controller >> data >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dma.ihm.controller.data.io
Class ScenarioDummy

java.lang.Objectorg.dma.ihm.controller.data.io.ScenarioDummy
- public class ScenarioDummy
- extends java.lang.Object
Creates a test scenario from scratch
| Field Summary | |
private java.util.Vector |
firstNames
First names (temp) |
private java.util.Vector |
lastNames
Last names (temp) |
private org.dma.ihm.game.league.LeagueOwner[] |
leagueOwners
All LeagueOwners (i.E. |
private org.dma.ihm.game.player.Player[] |
players
All Players in this scenario |
private org.dma.ihm.game.team.Team[] |
teams
All Teams in this scenario |
| Constructor Summary | |
ScenarioDummy()
Constructor for the ScenarioDummy object |
|
| Method Summary | |
private void |
_createTestScenario()
Creates a debug/test scneario |
private void |
fillFirstNames()
Description of the Method |
private void |
fillLastNames()
Description of the Method |
org.dma.ihm.game.league.LeagueOwner[] |
getLeagueOwners()
Gets the leagueOwners attribute of the ScenarioDummy object |
org.dma.ihm.game.player.Player[] |
getPlayers()
Gets the players attribute of the ScenarioDummy object |
java.util.Vector |
getPlayerVector()
|
org.dma.ihm.game.team.Team[] |
getTeams()
Gets the teams attribute of the ScenarioDummy object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
teams
private org.dma.ihm.game.team.Team[] teams
- All Teams in this scenario
players
private org.dma.ihm.game.player.Player[] players
- All Players in this scenario
leagueOwners
private org.dma.ihm.game.league.LeagueOwner[] leagueOwners
- All LeagueOwners (i.E. contries) in this scenario
firstNames
private java.util.Vector firstNames
- First names (temp)
lastNames
private java.util.Vector lastNames
- Last names (temp)
| Constructor Detail |
ScenarioDummy
public ScenarioDummy()
- Constructor for the ScenarioDummy object
| Method Detail |
getTeams
public org.dma.ihm.game.team.Team[] getTeams()
- Gets the teams attribute of the ScenarioDummy object
getLeagueOwners
public org.dma.ihm.game.league.LeagueOwner[] getLeagueOwners()
- Gets the leagueOwners attribute of the ScenarioDummy object
getPlayers
public org.dma.ihm.game.player.Player[] getPlayers()
- Gets the players attribute of the ScenarioDummy object
getPlayerVector
public java.util.Vector getPlayerVector()
_createTestScenario
private void _createTestScenario()
- Creates a debug/test scneario
fillLastNames
private void fillLastNames()
- Description of the Method
fillFirstNames
private void fillFirstNames()
- Description of the Method
|
|||||||||
| Home >> All >> org >> dma >> ihm >> controller >> data >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.dma.ihm.controller.data.io.ScenarioDummy