Projection

Projection#

class fridom.framework.projection.projection.Projection(mset: ModelSettingsBase)[source]#

Bases: object

Base class for projections. All projections should inherit from this class.

Parameters#

msetModelSettings

The model settings.

__init__(mset: ModelSettingsBase) None[source]#

Methods

__init__(mset)