java.lang.Object
io.openems.edge.ess.mr.gridcon.state.gridconstate.BaseState
io.openems.edge.ess.mr.gridcon.state.gridconstate.Error
All Implemented Interfaces:
GridconStateObject

public class Error extends BaseState
  • Constructor Details

  • Method Details

    • getState

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

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

      public void act(GridconSettings settings)
      Description copied from interface: GridconStateObject
      in this method everything should be executed what there is to do in this state.
      Parameters:
      settings - the GridconSettings