|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--RunGameObject
Used to load and save run game data.
| Field Summary | |
int[] |
Atr1
How the attributes from board 1 were ranked. |
int[] |
Atr2
How the attributes from board 2 were ranked. |
java.lang.String |
ChildData
Specified information about child running game. |
long |
Etime1
Run time for board 1. |
long |
Etime2
Run time for board 2. |
int |
fav1
Picked item in 1st board. |
int |
fav2
Picked item in 2nd board. |
Coord[] |
Game1Row
Run Game information for board 1. |
Coord[] |
Game2Row
Run Game information for board 2. |
int |
index1
Number of boxes viewed in 1st board. |
int |
index2
Number of boxes viewed in 2nd board. |
Location[] |
pick1
Run Game information for board 1. |
Location[] |
pick2
Run Game information for board 2. |
int[] |
Ques
How the questions were ranked. |
int[] |
scramble1x
Indexing array 1 for 1st board. |
int[] |
scramble1y
Indexing array 2 for 1st board. |
int[] |
scramble2x
Indexing array 1 for 2nd board. |
int[] |
scramble2y
Indexing array 2 for 2nd board. |
GameSetupData |
SetupData
Contains game setup information. |
| Constructor Summary | |
RunGameObject()
Initializes index values. |
|
RunGameObject(GameSetupData S,
Coord[] G1,
Coord[] G2,
int[] A1,
int[] A2,
int[] Q,
java.lang.String C,
Location[] p1,
Location[] p2,
int[] s1x,
int[] s1y,
int[] s2x,
int[] s2y,
int i1,
int i2,
int f1,
int f2,
long E1,
long E2)
Used for loading and saving data from run games. |
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public GameSetupData SetupData
public Coord[] Game1Row
public Coord[] Game2Row
public Location[] pick1
public Location[] pick2
public int[] Atr1
public int[] Atr2
public int[] Ques
public java.lang.String ChildData
public int[] scramble1x
public int[] scramble1y
public int[] scramble2x
public int[] scramble2y
public int index1
public int index2
public int fav1
public int fav2
public long Etime1
public long Etime2
| Constructor Detail |
public RunGameObject()
public RunGameObject(GameSetupData S,
Coord[] G1,
Coord[] G2,
int[] A1,
int[] A2,
int[] Q,
java.lang.String C,
Location[] p1,
Location[] p2,
int[] s1x,
int[] s1y,
int[] s2x,
int[] s2y,
int i1,
int i2,
int f1,
int f2,
long E1,
long E2)
S - Contains game setup information.G1 - Run Game information for board 1.G2 - Run Game information for board 2.A1 - How the attributes from board 1 were ranked.A2 - How the attributes from board 2 were ranked.Q - How the questions were ranked.C - Specified information about child running game.p1 - Run Game information for board 1.p2 - Run Game information for board 2.s1x - Indexing array 1 for 1st board.s1y - Indexing array 2 for 1st board.s2x - Indexing array 1 for 2nd board.s2y - Indexing array 2 for 2nd board.i1 - Number of boxes viewed in 1st board.i2 - Number of boxes viewed in 2nd board.f1 - Picked item in 1st board.f2 - Picked item in 2nd board.E1 - Run time for board 1.E2 - Run time for board 2.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||