interface IntermediateState: State, Any
Fields
Name | Description |
---|---|
abstract solve: Request<ExecutionContext>
|
The Solve.Request that drives the State behaviour towards Responses |
open context: ExecutionContext
|
The state machine execution context in this state |
Represents an Intermediate State of the Prolog solver state-machine