Class OffGridGridBack

java.lang.Object
io.openems.edge.ess.mr.gridcon.state.onoffgrid.BaseState
io.openems.edge.ess.mr.gridcon.state.onoffgrid.OffGridGridBack
All Implemented Interfaces:
StateObject

public class OffGridGridBack extends BaseState
  • Constructor Details

  • Method Details

    • getState

      public IState getState()
      Description copied from interface: StateObject
      Returns the corresponding state.
      Returns:
      the state
    • getNextState

      public IState getNextState()
      Description copied from interface: StateObject
      Depending on the circumstances the next state according to the state machine is returned.
      Returns:
      the next state
    • act

      public void act() throws OpenemsError.OpenemsNamedException
      Description copied from interface: StateObject
      in this method everything should be executed what there is to do in this state.
      Throws:
      OpenemsError.OpenemsNamedException - on error
    • getGridconSettings

      public GridconSettings getGridconSettings()
      Description copied from interface: StateObject
      Getter for GridconSettings.
      Returns:
      the relevant settings for the gridcon