|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
---|---|
edu.ou.mancala | |
edu.ou.mlfw | |
edu.ou.mlfw.ladder | |
edu.ou.pacman |
Uses of Record in edu.ou.mancala |
---|
Subclasses of Record in edu.ou.mancala | |
---|---|
class |
MancalaRecord
|
Methods in edu.ou.mancala that return Record | |
---|---|
Record |
MancalaControllable.getRecord()
|
Methods in edu.ou.mancala with parameters of type Record | |
---|---|
void |
MancalaRecord.addRecord(Record rhs)
|
int |
MancalaRecord.compareTo(Record o)
|
Uses of Record in edu.ou.mlfw |
---|
Methods in edu.ou.mlfw that return Record | |
---|---|
Record |
Controllable.getRecord()
Return this controllable's statistic information. |
Methods in edu.ou.mlfw that return types with arguments of type Record | |
---|---|
java.util.List<Record> |
World.getRecords()
Return a list of Records, corresponding to the statistics stored for each controllable over the course of a game. |
Methods in edu.ou.mlfw with parameters of type Record | |
---|---|
abstract void |
Record.addRecord(Record rhs)
|
Uses of Record in edu.ou.mlfw.ladder |
---|
Methods in edu.ou.mlfw.ladder that return types with arguments of type Record | |
---|---|
java.util.List<Record> |
GameResult.getRecords()
|
Constructor parameters in edu.ou.mlfw.ladder with type arguments of type Record | |
---|---|
GameResult(int gameID,
long gameRunTime,
java.util.List<Record> records)
|
Uses of Record in edu.ou.pacman |
---|
Subclasses of Record in edu.ou.pacman | |
---|---|
class |
PacmanRecord
|
Methods in edu.ou.pacman that return Record | |
---|---|
Record |
PacmanControllable.getRecord()
|
Methods in edu.ou.pacman with parameters of type Record | |
---|---|
void |
PacmanRecord.addRecord(Record rhs)
|
int |
PacmanRecord.compareTo(Record o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |