Table of Contents

Interface ISessionSchemaProvider

Namespace
NRules.Diagnostics
Assembly
NRules.dll

Provides the rules schema in a form of a Rete network graph, for diagnostics.

public interface ISessionSchemaProvider

Methods

GetSchema()

Returns the rules schema as a graph representing the structure of the underlying Rete network.

ReteGraph GetSchema()

Returns

ReteGraph

Session schema as a Rete graph.