A C F G I M N S T V

A

addMazeResult(MazeResult) - Method in class Competition
add a MazeResult object to the array.
ALL - Static variable in class Competition
Constant containing value for 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
 

F

FEMALE - Static variable in class Competition
Constant containing value for FEMALE.

G

getCount() - Method in class Competition
get the count of populated elements in the array.
getDesc() - Method in class Competition
get the competition description.
getMazeResult(int) - Method in class Competition
get a MazeResult object from the array.
getMazeResult(String) - Method in class Competition
get a MazeResult object from the array.
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
Constant containing value for MALE.

N

NOT_VACCINATED - Static variable in class Competition
Constant containing value for NOT_VACCINATED.

S

setDesc(String) - Method in class Competition
set the competition description.
setUp() - Method in class CompetitionTest
Sets up the test fixture.

T

testAddMazeResult() - Method in class CompetitionTest
Test add maze result.
testCreateObject() - Method in class CompetitionTest
Test domain class constructor.
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.
testGetMazeResultByChipID() - Method in class CompetitionTest
Test get maze result by rat chip ID name.
testGetMazeResultByPos() - Method in class CompetitionTest
Test get maze result by postion.
testIsCategoryMatch() - Method in class CompetitionTest
Test is category valid helper method by category: MALE, FEMALE, VACCINATED, NOT_VACCINATED, ALL.
testSetDesc() - Method in class CompetitionTest
Test set Competition description.
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
Constant containing value for VACCINATED.

A C F G I M N S T V