|
AsString
|
Returns a string representation of the entire fact list. Each fact is separated by a carraige return/line feed
|
|
Cache
|
Represents property Cache.
|
|
CacheHashCodes
|
Controls whether the TFacts object will cache hash codes for facts being inserted into the fact list.
|
|
Engine
|
Specifies the TInferenceEngine that this class works with
|
|
FactById[Integer]
|
Provides access to the current facts on the fact list using their IDs. Unique IDs are assigned to facts when they are asserted
|
|
FuzzyCache
|
Represents property FuzzyCache.
|
|
ImportCount
|
Returns the number of facts imported from other modules
|
|
Items[Integer]
|
Provides access to the fact (IFact interface) in the fact base at the specified index. If the index is out of bounds, an EListError exception is raised
|
|
LocalsCount
|
Returns the number of "local" facts in the tfact list
|
|
MaxID
|
Tracks the maximum fact id in the list of all the facts
|
|
Module
|
Specifies the Module that owns the class and is considered the local module
|
|
PreserveIDs
|
Controls how the Assign method works. If PreserveIDs is true, the fact list attempts to preserve the IDs of the facts when they are being copied. Otherwise, facts will receive the NewFactId as they are copied
|
|
ToIDString
|
Returns a string representation of the entire fact list. Each fact is displayed with its ID and is separated by a carraige return/line feed
|
|
Updating
|
Represents property Updating.
|