All Frameworks  Class Hierarchy  This Framework  Next  Indexes

KnowHow Class CATExpertReportEnum

CATExpertReportEnum
 

Usage: you must use this class as is. You should never derive it.


public class CATExpertReportEnum

Enumerated types for report generation.


Enumerated Type Index


o CorrectingFunctionTypeEnum
Type of the corrective action to be performed on a false check.
o DescriptionLengthEnum
Precision of the text report.
o OutputFormatEnum
Output format of the text report.
o ReportEnum
o ShowResultsEnum
Sorting option for the text report.
o ValidityTypeEnum
Status of a check.
o VisualizationTypeEnum
Type of checks to be chosen.

Enumerated Types


o CorrectingFunctionTypeEnum
enum CorrectingFunctionTypeEnum {
  VBFunction,
  Comment,
  Http,
  UserFunction
}
Type of the corrective action to be performed on a false check.
Parameters:
VBFunction
The corrective action is a VB script call on each t-uple failing the check.
Comment
The corrective action is a simple comment.
Http
The corrective action is an URL.
UserFunction
The corrective action is a user function call on each t-uple failing the check.
o DescriptionLengthEnum
enum DescriptionLengthEnum {
  Long,
  Short
}
Precision of the text report.
Parameters:
Long
Full text report (status and t-uples for each check).
Short
Short text report (status only).
o OutputFormatEnum
enum OutputFormatEnum {
  HTML,
  TEXT,
  PRINT,
  EMAIL
}
Output format of the text report.
Parameters:
HTML
HTML format.
TEXT
Simple text format.
PRINT
To the printer.
EMAIL
As an e-mail.
o ReportEnum
enum ReportEnum {
  Bidon,
  None,
  Fail,
  Pass,
  All
}
o ShowResultsEnum
enum ShowResultsEnum {
  ByRule,
  ByObject,
  ByState
}
Sorting option for the text report.
Parameters:
ByRule
Sort by the name of the rules.
ByObject
Sort by the name of the objects.
ByState
Sort by the status of the rules (failed or succeeded).
o ValidityTypeEnum
enum ValidityTypeEnum {
  Red,
  Green,
  Black,
  NotSolved,
  InteropValidity
}
Status of a check.
Parameters:
Red
False check.
Green
True check.
Black
Check solved but never fed with objects (no possible t-uple).
NotSolved
Check not solved.
InteropValidity
Check able to determine its status itself according to a previously generated report.
o VisualizationTypeEnum
enum VisualizationTypeEnum {
  Passed,
  Failed,
  Both
}
Type of checks to be chosen.
Parameters:
Passed
True checks.
Failed
False checks.
Both
True and false checks.

This object is included in the file: CATExpertReportEnum.h
If needed, your Imakefile.mk should include the module: CATKWERule

Copyright © 2003, Dassault Systèmes. All rights reserved.