Check Analysis ToolUsing the Check Analysis ToolThe Check Analysis command enables you to find out if features are in error. Check Analysis BehaviorThere are two ways to access this command: From the
Solve command
|
Icon | Status |
---|---|
![]() |
Not accessible, there is no rule base or Check Analysis is already open. |
![]() |
No rule base is solved. |
![]() |
There is at least one failed check. |
![]() |
All the checks have succeeded. |
This section provides you with the description of the check analysis Reports window.
ID | Weight | Name |
---|---|---|
0 | 2 | Fatal |
1 | 1 | Warning |
Note:
This can be customized by the administrator.
|
Range | Description | Associated Color |
---|---|---|
Corresponds to the range weight. | Helps you recognize the error category. | Helps you make out the error categories. |
2 - infinite | Fatal | Red |
1-2 | Warning | Orange |
TuplesandObject
, you can add a comment using
AddtupleFailedWithComment
and
AddTupleSucceededWithComment
).
This section provides you with the description of the Check Analysis Contextual Menu.
Contextual Menu | Explanation |
---|---|
Solve | Enables you to solve a rule base. |
Report | Enables you to launch an html report. |
XML Report | Enables you to launch an XML report. |
Save Assessment Result | Enables you to save the result. |
You can enter a justification for a failed check or tuple
and change its status to
Not failed
. This function might prove useful if you
know why the check has failed and you do not want to take this reason into
account.
To justify a check, click on
Justification, enter the justification text
into the editor and click the
. The icons associated with this check turn green.
Menu | Explanation |
---|---|
Create Justification | Enables you to add a justification to the check. All objects under this check receive the same justification. If a justification is defined in a tuple, this justification is replaced by a check justification. The justification is defined in the Justification tab. |
Edit Justification | Enables you to edit a justification in the Justification window. |
Remove Justification | Enables you to delete a justification when a justification is defined. |
The severity and the assessment ranges can be customized by the administrator. To know more, see the following topics:
Severity | The administrator can modify the default severities customizing the weight and the name. He can add a severity or delete existing ones. | |
Assessment ranges | The administrator can modify the default ranges customizing the range, the description and the associated color. He can add ranges or delete the existing ones. The associated colors can be the following: | |
|
|
|
Name of tuples\ objects | The name displayed for
tuples and objects can be customized in the check body.
let tuple(KWETuple) Typle = ThisCheck.AddNewTuple(False, Object) Tuple.Name = "NewName" |
|
Description of tuples\ objects | The description displayed
for tuples and objects can be customized in the check body using the
Description attribute on the
KWETuple type.
let tuple(KWETuple) Typle = ThisCheck.AddNewTuple(False, Object) Tuple.Description = "Comment" |