Interface: DiscoveredSourceRelationDto
@kortexya/reasoninglayer / Sources / DiscoveredSourceRelationDto
Interface: DiscoveredSourceRelationDto
Defined in: src/types/sources.ts:93
A relation discovered between sorts.
Properties
cardinality
cardinality:
string
Defined in: src/types/sources.ts:95
Cardinality string (e.g., “0..1”, “1”, “0..”, “1..“).
confidence
confidence:
number
Defined in: src/types/sources.ts:97
Confidence score (0.0 - 1.0).
inverseName?
optionalinverseName:string|null
Defined in: src/types/sources.ts:99
Inverse relation name (if bidirectional).
relationName
relationName:
string
Defined in: src/types/sources.ts:101
Relation/feature name.
sourceSort
sourceSort:
string
Defined in: src/types/sources.ts:103
Source sort name.
targetSort
targetSort:
string
Defined in: src/types/sources.ts:105
Target sort name.