edu.ou.mancala
Class MancalaRecord
java.lang.Object
edu.ou.mlfw.Record
edu.ou.mancala.MancalaRecord
- All Implemented Interfaces:
- java.lang.Comparable<Record>
public class MancalaRecord
- extends Record
- Author:
- zack
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
totalCPUTime
public long totalCPUTime
totalScore
public int totalScore
totalTurns
public float totalTurns
MancalaRecord
public MancalaRecord(java.lang.String displayName)
MancalaRecord
public MancalaRecord(MancalaRecord 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)