Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method InitializeAssumptionExport 
 | 
{ 
 | 
  Description: 'Clear the cache and add the first line' 
 | 
  TextBody: 
 | 
  [* 
 | 
    // Clean AssumptionCache attribute 
 | 
    this.AssumptionCache(''); 
 | 
     
 | 
    // Flush relation LibSCIAssumption 
 | 
    this.LibSCIAssumption( relflush ); 
 | 
     
 | 
    header := LibSCIAssumption::GetHeader() 
 | 
    this.AssumptionCache( header ); 
 | 
  *] 
 | 
  InterfaceProperties { Accessibility: 'Extensible' } 
 | 
} 
 |