AbstractGetData

abstract class AbstractGetData: BinaryRelation<ExecutionContext>

Fields

Name Description
protected abstract data: Map<String, Any>

Constructors

<init>

constructor(suffix: String)

Parameters

Name Description
suffix: String

Methods

computeAll

protected open fun Request<ExecutionContext>.computeAll(first: Term, second: Term): Sequence<Response>

Template method aimed at computing the application of this relation to three Terms

Receiver

Name Description
Request<ExecutionContext>

Parameters

Name Description
first: Term
second: Term

ReturnValue

Name Description
Sequence<Response>