Table of Contents

Class CodeAstEdge

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll

Represents a relationship between two AST nodes (typically parent/child).

public sealed class CodeAstEdge
Inheritance
CodeAstEdge
Inherited Members

Properties

ChildNodeId

public int ChildNodeId { get; set; }

Property Value

int

ParentNodeId

public int ParentNodeId { get; set; }

Property Value

int