Class AbstractDummyOpenemsComponent<SELF extends AbstractDummyOpenemsComponent<?>>

java.lang.Object
io.openems.edge.common.component.AbstractOpenemsComponent
io.openems.edge.common.test.AbstractDummyOpenemsComponent<SELF>
All Implemented Interfaces:
OpenemsComponent
Direct Known Subclasses:
AbstractDummyBattery, AbstractDummySymmetricEss, DummyAnalogVoltageOutput, DummyController, DummyCycle, DummyHost, DummyInputOutput, DummyManagedSymmetricBatteryInverter, DummyManagedSymmetricPvInverter, DummyMeta, DummyOffGridSwitch, DummyPredictorManager, DummySum, DummyTimedata

public abstract class AbstractDummyOpenemsComponent<SELF extends AbstractDummyOpenemsComponent<?>> extends AbstractOpenemsComponent implements OpenemsComponent
  • Constructor Details

    • AbstractDummyOpenemsComponent

      protected AbstractDummyOpenemsComponent(String id, ChannelId[] firstInitialChannelIds, ChannelId[]... furtherInitialChannelIds)
    • AbstractDummyOpenemsComponent

      protected AbstractDummyOpenemsComponent(String id, String alias, ChannelId[] firstInitialChannelIds, ChannelId[]... furtherInitialChannelIds)
  • Method Details

    • self

      protected abstract SELF self()