Class GoStoppedHandler
java.lang.Object
io.openems.edge.common.statemachine.StateHandler<StateMachine.State,Context>
io.openems.edge.battery.fenecon.home.statemachine.GoStoppedHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrunAndGetNextState
(Context context) Runs the main logic of StateMachine State and returns the next State.Methods inherited from class io.openems.edge.common.statemachine.StateHandler
debugLog, onEntry, onExit
-
Constructor Details
-
GoStoppedHandler
public GoStoppedHandler()
-
-
Method Details
-
runAndGetNextState
Description copied from class:StateHandler
Runs the main logic of StateMachine State and returns the next State.- Specified by:
runAndGetNextState
in classStateHandler<StateMachine.State,
Context> - Parameters:
context
- theStateHandler
.- Returns:
- the next State
-