Navigation: Code Documentation > IE > InferenceEngine > Enumerations
TIEObjectType Enumeration
Defines the different objects that the TInferenceEngine component creates. The method, CreateIEObject, in the TInferenceEngine component uses this parameter
Namespace: InferenceEngine
Delphi
type TIEObjectType = ( otAgenda, otEngineVariables, otFacts, otFactSets, otFactTemplates, otGlobalVariables, otDefinedTypes, otIOStreams, otRules, otUserFunctions, otReteNetwork, otModules, otFactsPending );
Name
Description
otAgenda
Represents constant otAgenda.
otDefinedTypes
Represents constant otDefinedTypes.
otEngineVariables
Represents constant otEngineVariables.
otFacts
Represents constant otFacts.
otFactSets
Represents constant otFactSets.
otFactsPending
Represents constant otFactsPending.
otFactTemplates
Represents constant otFactTemplates.
otGlobalVariables
Represents constant otGlobalVariables.
otIOStreams
Represents constant otIOStreams.
otModules
Represents constant otModules.
otReteNetwork
Represents constant otReteNetwork.
otRules
Represents constant otRules.
otUserFunctions
Represents constant otUserFunctions.
Top
•InferenceEngine