Artificial Intelligence
Artificial Intelligence
Information

Fact.Type property


      Gets the type of this object.


Namespace : ielib
Assembly : ielib.dll

public Fact.DataType Type { get; }

Property value

Type : ielib.Fact.DataType

Represents the type of a fact.


enum Fact.DataType :

Unknown: This fact is of unknown type, often because of error in type definition in the file XML lord restoration of a knowledge base.
Bool : This fact is of Boolean type.
Real : This fact is of real type.
Symbol : This fact is of type symbol, it is a set of possible values of a fact, it is also a finite set of suites of definitions which is determined by the expert (See also the Fact.SymbolsList property).


Exemple :

A Fact "level in English" may have four possible values

Bad

Average

Good

Excellent