G I M R S T

G

getActualTime() - Method in class MazeResult
Gets the actual time for the rodent.
getChipID() - Method in class Rat
get the rat's RFID chip identification.
getContestTime() - Method in class MazeResult
Gets the contest time for the rodent.
getDiff(Time) - Method in class Time
get the difference between times.
getEndTime() - Method in class MazeResult
Gets the end time for the rodent.
getGender() - Method in class Rat
get the rat's gender.
getHours() - Method in class Time
get the hours.
getMinutes() - Method in class Time
get the minutes.
getNumOfErrors() - Method in class MazeResult
Gets the number of errors for the rodent.
getRat() - Method in class MazeResult
Gets the rodent.
getSeconds() - Method in class Time
get the seconds.
getStartTime() - Method in class MazeResult
Gets the start time for the rodent.
getTotalSeconds() - Method in class Time
get the number of seconds represented by the Time object.

I

isVaccinated() - Method in class Rat
get the rat's vaccination flag.

M

MazeResult - Class in <Unnamed>
Provides maze results for a rodent.
MazeResult(Rat) - Constructor for class MazeResult
Constructor for objects of class MazeResult.

R

Rat - Class in <Unnamed>
Holds information about a rat.
Rat() - Constructor for class Rat
Constructor for objects of class Rat.
Rat(String, char, boolean) - Constructor for class Rat
Constructor for objects of class Rat.

S

setChipID(String) - Method in class Rat
set the rat's RFID chip identification.
setEndTime(int, int, int) - Method in class MazeResult
Sets the end time for the rodent.
setGender(char) - Method in class Rat
set the rat's gender.
setGender(boolean) - Method in class Rat
set the rat's vaccination flag.
setHours(int) - Method in class Time
set the hours.
setMinutes(int) - Method in class Time
set the minutes.
setNumOfErrors(int) - Method in class MazeResult
Sets the number of errors for the rodent.
setRat(Rat) - Method in class MazeResult
Sets the rodent.
setSeconds(int) - Method in class Time
set the seconds.
setStartTime(int, int, int) - Method in class MazeResult
Sets the start time for the rodent.

T

Time - Class in <Unnamed>
Holds a time instance (hours, minutes, seconds).
Time() - Constructor for class Time
Default constructor for objects of class Time.
Time(int, int, int) - Constructor for class Time
Constructor for objects of class Time.
Time(int) - Constructor for class Time
Constructor for objects of class Time.
toString() - Method in class MazeResult
Gets a formatted string with information for the rodent and maze.
toString() - Method in class Rat
Formats a string with rat's attributes.
toString() - Method in class Time
format a String with the time as HH:MM:SS.

G I M R S T