Interface: LatticeStats
@kortexya/reasoninglayer / Visualization / LatticeStats
Interface: LatticeStats
Defined in: src/types/visualization.ts:357
Statistics about the lattice.
Properties
leafSorts
leafSorts:
number
Defined in: src/types/visualization.ts:359
Number of leaf sorts (no children).
maxDepth
maxDepth:
number
Defined in: src/types/visualization.ts:361
Maximum depth of the hierarchy.
multipleInheritanceCount
multipleInheritanceCount:
number
Defined in: src/types/visualization.ts:363
Number of sorts with multiple parents (multiple inheritance).
rootSorts
rootSorts:
number
Defined in: src/types/visualization.ts:365
Number of root sorts (no parents).
syntheticSorts
syntheticSorts:
number
Defined in: src/types/visualization.ts:367
Number of synthetic sorts.
totalSorts
totalSorts:
number
Defined in: src/types/visualization.ts:369
Total number of sorts.