ScheduleList instances.See: Description
| Interface | Description |
|---|---|
| ScheduleTransformer |
| Class | Description |
|---|---|
| ApplicationSchedule |
The Class ApplicationSchedule is used in order to start the application
for the handling of a
ScheduleList instance. |
| ScheduleController |
The Class ScheduleController manages the List of available Schedules.
|
| ScheduleListDetailInfo |
The Class ScheduleListDetailInfo can be used to determine the information details
about a ScheduleList (e.g. interfaces, storage capacities and other).
|
| ScheduleListResetDatabaseIDAction |
The Class ScheduleListResetDatabaseIDAction provides several services to act on a ScheduleList instance.
|
| ScheduleNotification |
The Class GroupNotification.
|
| ScheduleSelectionModel |
The Class GroupSelectionModel is used in order to keep the currently
selected instance within the GUI of the energy option model.
|
| ScheduleTransformerDiscreteTime |
The Class ScheduleListTransformerDiscrete can be used in order to transform a given
Schedule
or a ScheduleList into a similar class, but with equidistant time steps. |
| ScheduleTransformerKeyValue |
The Class ScheduleTransformerKeyValue can be used in order to transform a given
Schedule
or a ScheduleList into a similar instance, but only with values that correspond to the
specified ScheduleTransformerKeyValueConfiguration. |
| ScheduleTransformerKeyValueConfiguration |
The Class ScheduleTransformerKeyValueConfiguration configures the
transformation of a regular
Schedule to a key value structure. |
| Enum | Description |
|---|---|
| ScheduleNotification.Reason |
The Enumeration Reason that describes possible reasons for the Notification.
|
| ScheduleTransformerKeyValueConfiguration.DeltaMechanism |
The possible DeltaMechanisms that create a value in a Schedule.
|
ScheduleList instances.
Here, the ScheduleController can be found (MVC pattern for instances
of ScheduleList).