Skip to content

Type Alias: HyperedgeTypeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Visualization / HyperedgeTypeDto

Type Alias: HyperedgeTypeDto

HyperedgeTypeDto = "term_features" | "constraint_variables" | "unification_result" | "coreference_group" | "derivation_step" | "aggregate" | "negation" | "entailment" | "bound_constraint" | "multiple_inheritance" | "refraction" | "fuzzy_belt" | "meta_rule" | "learned_rule" | { custom: string; }

Defined in: src/types/visualization.ts:87

Hyperedge type in the visualization graph.

Remarks

Can be a predefined hyperedge type or a custom type name.