Interface | Description |
---|---|
MutableActivityRepository<A extends Activity> |
The required interface for a repository that is also mutable (activities
can be added and removed).
|
Class | Description |
---|---|
ActivityRepositoryBase<A extends Activity> |
An abstract base implementation of
ActivityRepository that provides support
for event handlers (adding, removing, firing events). |
IntervalTreeActivityRepository<A extends Activity> |
A repository implementation that utilizes binary interval trees to store its
activities.
|
ListActivityRepository<A extends Activity> |
A repository implementation that utilizes several lists for storing activities.
|
MutableActivityRepositoryBase<A extends Activity> | |
RepositoryEvent |
An event class used by activity repositories to inform event handlers about
changes.
|
Enum | Description |
---|---|
ListActivityRepository.IteratorType |
A list of possible iterators that the repository can return when the
application queries the repository for the activities within a given
time interval.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.