Skip to content

Interface: CausalProofTreeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / CausalProofTreeDto

Interface: CausalProofTreeDto

Defined in: src/types/causal.ts:82

Complete proof tree for a causal query.

Properties

dotFormat?

optional dotFormat: string | null

Defined in: src/types/causal.ts:84

DOT format for visualization.


nodes

nodes: ProofNodeDto[]

Defined in: src/types/causal.ts:86

All nodes in the tree.


rootId?

optional rootId: string | null

Defined in: src/types/causal.ts:88

Root node ID.


statistics

statistics: ProofStatisticsDto

Defined in: src/types/causal.ts:90

Summary statistics.