energia.dimensions.time#
Time
Functions
|
Add dunder methods based on the fields defined in the class. |
Classes
|
Represents a discrete choice to be taken within a spatiotemporal disposition. |
|
A discretization of Time. |
|
Temporal representation of a system. |
- class Time(model: Model)[source]#
Bases:
_DimensionTemporal representation of a system.
All time periods are attached to this object.
- Parameters:
model (Model) – Model to which the representation belongs.
- Variables:
Note
name is generated based on the Class and Model name
periods are populated as the program is built.
_indexed is made the first time Time is indexed.