Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
S
T
C
com.example.model
- package com.example.model
com.example.web
- package com.example.web
convertToHours
- Class in
com.example.model
The convertToHoursd class converts a string of minutes into a string in military time
convertToHours()
- Constructor for class com.example.model.
convertToHours
Default Constructor, sets the result variable to NULL
convertToMinutes
- Class in
com.example.model
convertToMinutes()
- Constructor for class com.example.model.
convertToMinutes
D
doPost(HttpServletRequest, HttpServletResponse)
- Method in class com.example.web.
SchedulerSelect
G
getFreeTimes(String[], String, String)
- Method in class com.example.model.
Scheduler
getFreeTimes will take a string[] of busy times and constraints (if entered) and return a new string[] consisting of the free times inside the contraints.
S
Scheduler
- Class in
com.example.model
This class will process a String array to find free schedule times.
Scheduler()
- Constructor for class com.example.model.
Scheduler
This is the default constructor.
SchedulerSelect
- Class in
com.example.web
This class is the web interface for the "Free Time Servlet." The data from the web-form will be sent to this class for processing.
SchedulerSelect()
- Constructor for class com.example.web.
SchedulerSelect
T
toHours(String)
- Method in class com.example.model.
convertToHours
toHours will convert the string of minutes into a string of military time
toMinutes(String)
- Method in class com.example.model.
convertToMinutes
Converts the military time to minutes for easier comparisons
C
D
G
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes