Asset factoriesΒΆ

The asset factories are used to map esdl asset object to objects used by the simulator. All classes are derived from the EsdlMapperAbstract class, which is a base class for all asset factories. The following classes are available:

  1. Producer

  2. Consumer

  3. Ates

  4. HeatPump

  5. Pipe

Each of these classes have a to_entity method, which maps the esdl asset object to the simulator object.