Artificial Intelligence
Artificial Intelligence
Information

Fact(string, Fact.DataType, object) constructor


      Initializes a new instance of the Fact class with the name, type and initial value of a fact.


Namespace : ielib
Assembly : ielib.dll

public Fact(string aName, DataType eType, object aValue)

Parameters

Type: System.string

aName : a string that represents the name of a fact.

Type : enum Fact.DataType

eType : Represents the type of a fact.

Type : System.object

aValue : Represents the initial value of a fact.

Exception : The name contains at least one character that cannot be accepted.