Class ClientEvaluate
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.cmi.CmiSubState
-
- org.openmuc.jeebus.ship.state.cmi.ClientEvaluate
-
public class ClientEvaluate extends CmiSubState
-
-
Field Summary
-
Fields inherited from class org.openmuc.jeebus.ship.state.cmi.CmiSubState
cmiCallBacks
-
Fields inherited from class org.openmuc.jeebus.ship.state.SubState
changeStateCB, log, stateCB
-
-
Constructor Summary
Constructors Constructor Description ClientEvaluate(CmiSubState prevSubState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocedure()protected voidsetNextSubState()java.lang.StringtoString()-
Methods inherited from class org.openmuc.jeebus.ship.state.cmi.CmiSubState
isValidMsg
-
Methods inherited from class org.openmuc.jeebus.ship.state.SubState
doProcedure, getStateCB, next, setStateCB
-
-
-
-
Constructor Detail
-
ClientEvaluate
public ClientEvaluate(CmiSubState prevSubState)
-
-
Method Detail
-
setNextSubState
protected void setNextSubState()
- Specified by:
setNextSubStatein classSubState
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-