abstract class AbstractState: State, Any
Fields
Name | Description |
---|---|
open hasBehaved: Boolean
|
A flag signaling if this State.behave has been called |
open solve: Solve
|
The Solve.Request or Solve.Response that this state carries with it |
Base class for all States refactoring common behaviour