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
Links between nodes of the Rete network graph.
public IReadOnlyCollection<ReteLink> Links { get; }
Property Value
Nodes
Nodes of the Rete network graph.
public IReadOnlyCollection<ReteNode> Nodes { get; }