Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IReasoner > Methods
IReasoner.PrettyPrint(IFact) Method
Returns a "pretty print" of a fact, it takes a fact interface to an object and returns a string representation of it based on the current TIEParser
Namespace: IECSInterfaces
Delphi
public function PrettyPrint( const Fact: IFact ): String; overload;
Parameters
Fact
Type: IFact
Type: String
•IReasoner
•IECSInterfaces