Skip to content

Interface: TermBindingDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / TermBindingDto

Interface: TermBindingDto

Defined in: src/types/execution.ts:467

A term binding with its sort and feature values.

Properties

features

features: FeatureBindingDto[]

Defined in: src/types/execution.ts:469

Feature bindings.


sortId

sortId: string

Defined in: src/types/execution.ts:471

Sort ID.


termId

termId: string

Defined in: src/types/execution.ts:473

Term ID.