Compute

sealed class Compute

A base class for Computation requests and responses

Types

Request
Link copied to clipboard
common
data class Request<out C : ExecutionContext>(signature: Signature, arguments: List<Term>, context: C, requestIssuingInstant: TimeInstant, executionMaxDuration: TimeDuration) : Compute
Class representing a Request to be full-filled by the Expression evaluator
Response
Link copied to clipboard
common
data class Response(result: Term) : Compute
Class representing a Response, from the Expression evaluator, to a Solve.

Inheritors

Compute
Link copied to clipboard
Compute
Link copied to clipboard