Table of Contents

Class ReteLink

Namespace
NRules.Diagnostics
Assembly
NRules.dll

Link between nodes in the rete network graph.

public class ReteLink
Inheritance
ReteLink
Inherited Members

Properties

Source node.

public ReteNode Source { get; }

Property Value

ReteNode

Target node.

public ReteNode Target { get; }

Property Value

ReteNode