Class SimulationAdapter

java.lang.Object
energy.eddie.aiida.adapters.datasource.DataSourceAdapter<SimulationDataSource>
energy.eddie.aiida.adapters.datasource.simulation.SimulationAdapter
All Implemented Interfaces:
AutoCloseable, org.springframework.boot.health.contributor.HealthContributor, org.springframework.boot.health.contributor.HealthIndicator

public class SimulationAdapter extends DataSourceAdapter<SimulationDataSource>
  • Constructor Details

    • SimulationAdapter

      public SimulationAdapter(SimulationDataSource dataSource)
      Creates a new SimulationDataSource with the given name. It will publish an AiidaRecord with a random value in pollingInterval time gaps for these OBIS codes:
      • 1-0:1.8.0
      • 1-0:2.8.0
      • 1-0:1.7.0
      • 1-0:2.7.0
      Parameters:
      dataSource - The unique identifier (UUID) of this data source.
  • Method Details