Skip to content

Interface: DiscoveredSourceRelationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sources / DiscoveredSourceRelationDto

Interface: DiscoveredSourceRelationDto

Defined in: src/types/sources.ts:60

A relation discovered between sorts.

Properties

cardinality

cardinality: string

Defined in: src/types/sources.ts:62

Cardinality string (e.g., “0..1”, “1”, “0..”, “1..“).


confidence

confidence: number

Defined in: src/types/sources.ts:64

Confidence score (0.0 - 1.0).


inverseName?

optional inverseName: string | null

Defined in: src/types/sources.ts:66

Inverse relation name (if bidirectional).


relationName

relationName: string

Defined in: src/types/sources.ts:68

Relation/feature name.


sourceSort

sourceSort: string

Defined in: src/types/sources.ts:70

Source sort name.


targetSort

targetSort: string

Defined in: src/types/sources.ts:72

Target sort name.