Returns a "pretty print" of a module definition. The method accepts a module interface to an object and returns a string representation of it based on the current TIEParser. The module definition only includes the module and its imports/exports. The string does not contain construct definitions (e.g., fact templates, rules, etc).
Namespace: InferenceEngine
Delphi |
public |
Parameters
Module
Type: IModule
Type: String
IReasoner.PrettyPrint(IModule)
Reference |