All Frameworks Class Hierarchy This Framework Previous Indexes
CATExpertSolveModeEnum
Usage: you must use this class as is. You should never derive it.
public class CATExpertSolveModeEnum
Enumerated type for the retrieving of facts needed by the rulebase.
The facts to be given to a rulebase, can be found in two ways :
CATIInstance_var myFact(myObject); if (!!myFact) { CATITypeDictionary_var myDico = CATGlobalFunctions::GetTypeDictionary(); CATIType_var myFactType = myFact->Type(); if (!!myDico && !!myFactType) myDico->AdviseInstanciated(myFactType,myFact); if (!!myFactType) myFactType->Release(); }
enum SolveModeEnum { AutomaticComplete, AutomaticOptimized, Manual }Retrieving of facts for the rulebase, done just before solving the rulebase.
Copyright © 2003, Dassault Systèmes. All rights reserved.