RiverRat - An MIT iCampus project | http://web.mit.edu/riverrat/ |
Inheritance diagram for riverrat.PlaybackRace:
Public Member Functions | |
long | getElapsetTime () |
Returns the elapsed time in the Race, in System.time format. | |
Package Functions | |
PlaybackRace () | |
Default constructor, calls super(). | |
PlaybackRace (String host, int port) | |
Constructor, calls super(host, port). |
Definition at line 6 of file PlaybackRace.java.
|
Returns the elapsed time in the Race, in System.time format.
Definition at line 22 of file PlaybackRace.java. |