| Quintiq file version 2.0 | 
| #parent: #root | 
| Function CalcSanityCheckTransitionAttributes | 
| { | 
|   TextBody: | 
|   [* | 
|     feedback := construct( Strings ); | 
|     sanitycheckfeedback := construct( Strings ); | 
|      | 
|     this.DoSanityCheckGroupTransition( feedback, sanitycheckfeedback ); | 
|      | 
|     mostseveryviolation := SanityCheckCategoryLevel::GetMostSevereSanityCheckViolation( sanitycheckfeedback ); | 
|     violationcount := SanityCheckCategoryLevel::GetSanityCheckViolationCount( sanitycheckfeedback, mostseveryviolation ); | 
|      | 
|      | 
|     this.SanityCheckTransitionMostSevere( mostseveryviolation ); | 
|     this.SanityCheckTransitionMostSevereCount( violationcount ); | 
|     this.SanityCheckTransitionTotalViolationCount( feedback.Size() ); | 
|   *] | 
| } |