Skip to content

Interface: BacktrackableAssignRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Control / BacktrackableAssignRequest

Interface: BacktrackableAssignRequest

Defined in: src/types/control.ts:25

Request for backtrackable assignment.

Remarks

Assigns a value to a term feature with the ability to undo on backtracking.

Properties

featureName

featureName: string

Defined in: src/types/control.ts:31

Feature name to assign.


newValue

newValue: AssignValueDto

Defined in: src/types/control.ts:33

Value to assign.


sessionId

sessionId: string

Defined in: src/types/control.ts:27

Execution session ID.


termId

termId: string

Defined in: src/types/control.ts:29

Term ID to assign to.