Inheritance diagram for DayAccessAdapter:
Collaboration diagram for DayAccessAdapter:Public Methods | |
| DayAccessAdapter () | |
| InputIterator< Annotation< IDay > > | getAnnotations (String signalId, Date from, Date to) |
| DayAccessAdapter | ( | ) |
| InputIterator<Annotation<IDay> > getAnnotations | ( | String | signalId, |
| Date | from, | ||
| Date | to | ||
| ) |
Returns all IDay Annotation instances found in the given signal where the referenced Date is greater or equal to from and less or equal to to. Each of the parameters might be null.
| signalId | |
| from | |
| to |
Implements IDayAccessAdapter.