A C D F G M N P R S T U

A

address - Static variable in class Student
 
age - Static variable in class Student
 

C

calAge(Date) - Static method in class newGradReport
This function calculates age from date of birth given as parameter
courselist - Static variable in class Student
 
coursetitle - Static variable in class Student
 
CPI - Static variable in class newGradReport
 
createStudent(int, int) - Static method in class newGradReport
This is a constructor which initializes data for student bearing the Roll=r
cum - Static variable in class newGradReport
 

D

DateOfBirth - Static variable in class newGradReport
 
DateOfBirth - Variable in class Student
 
DOB - Static variable in class newGradReport
 
DOB - Static variable in class Student
 

F

fstGradTest2 - class fstGradTest2.
 
fstGradTest2() - Constructor for class fstGradTest2
 

G

getaddress() - Static method in class Student
 
getcourselist() - Static method in class Student
 
getcoursetitle() - Static method in class Student
 
getDOB() - Method in class Student
 
getgrade() - Static method in class Student
 
getname() - Static method in class Student
Now, following are functions to retrieve the data of Students
getpgorug() - Static method in class Student
 
getsem() - Static method in class Student
 
getthesis() - Static method in class Student
 
getthesisguide() - Static method in class Student
 
getunits() - Static method in class Student
 
grade - Static variable in class newGradReport
 
grade - Static variable in class Student
 

M

main(String[]) - Static method in class fstGradTest2
 
main(String[]) - Static method in class newGradReport
GIVE COMMAND LINE ARGUMENT "ALL" FOR PRINTING ALL STUDENTS DATA GIVE COMMAND LINE ARGUMENT "ONE FOR PRINTING ONE STUDENTS DATA

N

name - Static variable in class Student
 
newGradReport - class newGradReport.
This is the first class, visible to external programs The interactions are done through this class only

P

pass - Static variable in class newGradReport
 
pgorug - Static variable in class Student
 
printAll(int) - Static method in class newGradReport
 
printReport(int) - Static method in class newGradReport
This program prints specific persons report All functionality is in single class

R

read(int, int) - Static method in class newGradReport
This function calculates age from date of birth given as parameter
retrieveDOB_ug() - Method in class fstGradTest2
 
retrieveDOB() - Method in class fstGradTest2
 
roll - Static variable in class Student
 
Roll - Static variable in class newGradReport
 

S

sem - Static variable in class newGradReport
 
sem - Static variable in class Student
 
setUp() - Method in class fstGradTest2
 
stu - Static variable in class newGradReport
 
Student - class Student.
Student Class maintains all the details of the student It maintains arrays for keeping track course taken, grades obtaines, semister and units for each *course
Student(int, String, String, Date, int[], int[], int[], String[], int[], String, String, int) - Constructor for class Student
Initialize the student object using constructor
suite() - Static method in class fstGradTest2
 

T

testCheckpass() - Method in class fstGradTest2
 
testCPI_ug() - Method in class fstGradTest2
 
testCPI() - Method in class fstGradTest2
 
testInvalidRollNumber() - Method in class fstGradTest2
 
testStudentFunctions_ug() - Method in class fstGradTest2
 
testStudentFunctions() - Method in class fstGradTest2
 
testThesiswork() - Method in class fstGradTest2
 
thesis - Static variable in class Student
 
thesisguide - Static variable in class Student
 
toGrade(String) - Static method in class newGradReport
This function transforms grades A,B,C,D,E,F into 10

U

unit - Static variable in class newGradReport
 
units - Static variable in class Student
 

A C D F G M N P R S T U