Table of Contents

Class ReteGraph

Namespace
NRules.Diagnostics
Assembly
NRules.dll

Rete network graph that corresponds to the compiled rules.

public class ReteGraph
Inheritance
ReteGraph
Inherited Members

Properties

Links between nodes of the Rete network graph.

public IReadOnlyCollection<ReteLink> Links { get; }

Property Value

IReadOnlyCollection<ReteLink>

Nodes

Nodes of the Rete network graph.

public IReadOnlyCollection<ReteNode> Nodes { get; }

Property Value

IReadOnlyCollection<ReteNode>