edu.ou.pacman
Class PacmanRecord
java.lang.Object
edu.ou.mlfw.Record
edu.ou.pacman.PacmanRecord
- All Implemented Interfaces:
- java.lang.Comparable<Record>
public class PacmanRecord
- extends Record
- Author:
- zack
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
totalKills
public int totalKills
totalDeaths
public int totalDeaths
totalPellets
public int totalPellets
totalBonusItem
public int totalBonusItem
totalCPUTime
public long totalCPUTime
totalScore
public int totalScore
totalTurns
public float totalTurns
GHOST_WORTH
public static final int GHOST_WORTH
- See Also:
- Constant Field Values
PELLET_WORTH
public static final int PELLET_WORTH
- See Also:
- Constant Field Values
PacmanRecord
public PacmanRecord(java.lang.String displayName)
PacmanRecord
public PacmanRecord(PacmanRecord r)
toString
public java.lang.String toString()
- Specified by:
toString
in class Record
toCSV
public java.lang.String toCSV()
- Specified by:
toCSV
in class Record
getCSVHeader
public java.lang.String getCSVHeader()
- Specified by:
getCSVHeader
in class Record
getHTMLHeader_s
public static java.lang.String getHTMLHeader_s()
toHTML
public java.lang.String toHTML()
- Specified by:
toHTML
in class Record
getHTMLHeader
public java.lang.String getHTMLHeader()
- Specified by:
getHTMLHeader
in class Record
getHTMLFooter
public java.lang.String getHTMLFooter()
- Specified by:
getHTMLFooter
in class Record
addRecord
public void addRecord(Record rhs)
- Specified by:
addRecord
in class Record
reset
public void reset()
- Specified by:
reset
in class Record
compareTo
public int compareTo(Record o)