|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Activity | |
|---|---|
| monthlyCalendar | |
| Uses of Activity in monthlyCalendar |
|---|
| Methods in monthlyCalendar that return Activity | |
|---|---|
Activity |
MonthlyCalendar.getActivity(Date date,
Time activityStartTime)
Returns a reference to the Activity that takes place at the specified date and that starts at the specified time. |
Activity |
WeekActivities.getActivity(Day day,
Time startTime)
Returns a reference to the Activity that takes place at the specified day and that starts at the specified time. |
| Methods in monthlyCalendar that return types with arguments of type Activity | |
|---|---|
java.util.Iterator<Activity> |
MonthlyCalendar.dayActivitiesIterator(Date date)
Returns an Activity iterator for the activities in the specified date |
java.util.Iterator<Activity> |
WeekActivities.dayActivitiesIterator(Day day)
Returns an Activity iterator for the activities in the specified day |
java.util.Map<Day,java.util.Map<Time,Activity>> |
WeekActivities.getDayTimeActivityMap()
This methods returns a map that allow us to tell what activity takes place at a particular day and at a particular start time. |
java.util.Map<Day,java.util.Map<Time,Activity>> |
MonthlyCalendar.getDayTimeActivityMap(int weekNumber)
This methods returns a map that allow us to tell what activity takes place in a week, at a particular day and at a particular start time. |
| Methods in monthlyCalendar with parameters of type Activity | |
|---|---|
int |
ActivityComparator.compare(Activity a1,
Activity a2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||