Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
M
N
S
T
V
A
addMazeResult(MazeResult)
- Method in class
Competition
add a MazeResult object to the array list.
ALL
- Static variable in class
Competition
Flag to signify ALL.
C
Competition
- Class in
<Unnamed>
Creates and manages an array of objects of type MazeResult.
Competition(String)
- Constructor for class
Competition
Constructor for objects of class Competition.
CompetitionDriver
- Class in
<Unnamed>
Driver to demonstrate the Competition class.
CompetitionDriver()
- Constructor for class
CompetitionDriver
CompetitionTest
- Class in
<Unnamed>
The test class CompetitionTest.
CompetitionTest()
- Constructor for class
CompetitionTest
D
deleteMazeResult(int)
- Method in class
Competition
delete a MazeResult object from the array list.
deleteMazeResult(String)
- Method in class
Competition
delete MazeResult object from the array list.
F
FEMALE
- Static variable in class
Competition
Flag to signify FEMALE.
G
getCount()
- Method in class
Competition
get the count of populated elements in the array list.
getDesc()
- Method in class
Competition
get the competition description.
getMazeResult(int)
- Method in class
Competition
get a MazeResult object from the array list.
getMazeResult(String)
- Method in class
Competition
get a MazeResult object from the array list.
getRatAveTime(int)
- Method in class
Competition
get the average ACTUAL time of rats for a given category.
getRatCount(int)
- Method in class
Competition
get the count of rats for a given category.
I
isCategoryMatch(int, Rat)
- Method in class
Competition
determine if the category matches condition.
M
main()
- Static method in class
CompetitionDriver
Creates MazeResult objects, calls methods, displays information.
MALE
- Static variable in class
Competition
Flag to signify MALE.
N
NOT_VACCINATED
- Static variable in class
Competition
Flag to signify NOT_VACCINATED.
S
setDesc(String)
- Method in class
Competition
set the competition description.
setUp()
- Method in class
CompetitionTest
Sets up the test fixture.
sortByTime(char)
- Method in class
Competition
Sort the array list by time, direction indicated by the explicit parameter.
T
testAddMazeResult()
- Method in class
CompetitionTest
Test add maze result.
testCreateObject()
- Method in class
CompetitionTest
Test domain class constructor.
testDeleteMazeResultByPos()
- Method in class
CompetitionTest
Test delete Rat result by postion.
testDeleteMazeResultByRFID()
- Method in class
CompetitionTest
Test delete Maze result by RFID.
testGetCount()
- Method in class
CompetitionTest
Test get count.
testGetMazeAve()
- Method in class
CompetitionTest
Test get maze average time by category: MALE, FEMALE, VACCINATED, NOT_VACCINATED, ALL.
testGetMazeCount()
- Method in class
CompetitionTest
Test get maze count by category: MALE, FEMALE, VACCINATED, NOT_VACCINATED, ALL.
testGetMazeResultByPos()
- Method in class
CompetitionTest
Test get maze result by postion.
testGetMazeResultByRFID()
- Method in class
CompetitionTest
Test get maze result by rat RFID name.
testIsCategoryMatch()
- Method in class
CompetitionTest
Test is category valid helper method by category: MALE, FEMALE, VACCINATED, NOT_VACCINATED, ALL.
testSetDescription()
- Method in class
CompetitionTest
Test set Competition description.
testSortByTime()
- Method in class
CompetitionTest
Test sort results by time.
testToString()
- Method in class
CompetitionTest
Test the toString method.
toString()
- Method in class
Competition
get a formatted string with information about a competition.
V
VACCINATED
- Static variable in class
Competition
Flag to signify VACCINATED.
A
C
D
F
G
I
M
N
S
T
V
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes