SemWeb : SemWeb.Inference Namespace
Rule Class

Documentation for this section has not yet been entered.

public class Rule

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

readonly
Antecedent SemWeb.Statement[]. Documentation for this section has not yet been entered.
readonly
Consequent SemWeb.Statement[]. Documentation for this section has not yet been entered.

Public Methods

override
ToString () : string
Documentation for this section has not yet been entered.

Member Details

Rule Constructor

Documentation for this section has not yet been entered.

public Rule (SemWeb.Statement[] antecedent, SemWeb.Statement[] consequent)

Parameters

antecedent
Documentation for this section has not yet been entered.
consequent
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Antecedent Field

Documentation for this section has not yet been entered.

public readonly SemWeb.Statement[] Antecedent

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Consequent Field

Documentation for this section has not yet been entered.

public readonly SemWeb.Statement[] Consequent

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

ToString Method

Documentation for this section has not yet been entered.

public override string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0
Since: 1.0.6.5