|
AsString
|
Returns a string representation of the fact
|
|
HashCode
|
Returns a hash code used by the rete network (TReteNetwork) to more efficiently retrieve facts from the network
|
|
ID
|
Tracks the ID of the fact. Every fact within the inference engine gets assigned a unique id (NewFactId method)
|
|
SlotNames
|
Returns an iterator which retrieves the slot names for the fact one by one
|
|
SlotValues
|
Returns an iterator for values of all the fact slots in the fact.
|
|
Template
|
Tracks the fact template that this fact is based on
|
|
ToIDString
|
Returns a string representation of the fact appended to its ID
|
|
Value[TIEName]
|
Gets and sets value for the slot identified by the index (slot name)
|