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

public class Undefined extends BaseState implements StateObject
  • Constructor Details

  • Method Details

    • getState

      public IState getState()
      Description copied from interface: StateObject
      Returns the corresponding state.
      Specified by:
      getState in interface StateObject
      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.
      Specified by:
      getNextState in interface StateObject
      Returns:
      the next state
    • act

      public void act()
      Description copied from interface: StateObject
      in this method everything should be executed what there is to do in this state.
      Specified by:
      act in interface StateObject
    • getGridconSettings

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