Defines the parser the inference engine is currently using to write and read its constructs (facts, rules, function calls, etc). The parser works closely with a tokenizer (which parses strings into chunks). The parser is used by all the ParseXXXX methods and PrettyPrint methods of the TInferenceEngine component
Namespace: InferenceEngine
Delphi |
public |
Property Value
Type: TIEParser
The ParserType and TokenizerType properties control which parser and tokenizer are created by the inference engine to use with parsing. Currently, the IECS provides the TIEClipsParser and the TIEClipsStream classes for parsing |
Reference |