Package com.e1c.g5.v8.dt.check
- 
Interface Summary Interface Description ICheck Low level check interface.ICheckContributor Single-point contributor for DT check subsystem artifacts, including checks and quickfixes.ICheckDefinition Defines the check's operational metada.ICheckParameters Check parameters set, containing current effective values of the check (if the check is parametrized).ICheckResultAcceptor Accepts the check results (if any) during the process of the check.
 .ICheckScheduler This service allows to schedule checks for the provided set of features and target objects Checks are being executed by ACC subsystem in asynchronous manner, with results immediatelly available on finihish of the schedule checkIDelegateApplicabilityFilter Checks if the corresponding delegateICheckis applicable for the given context object.
- 
Class Summary Class Description BslCheckIssue SpecialIssueimplementation for the BSL language module checks.BslDirectLocationIssue SpecialIssueimplementation for the BSL language module checks which require the full control on the region the marker of the issue belongs to May contain additional object validation information, likeEStructuralFeatureof the problem place and a special issue data.CheckParameterDefinition The definition of a single parameter of a parametrized check.DirectLocation Direct location specification for the region that caused a validation incident.EIssue Issue for aEStructuralFeaturein aEObjectIssue Description of some problem in the checked object.
- 
Enum Summary Enum Description CheckComplexity Check complexity designator.
- 
Exception Summary Exception Description WrongParameterException Uncheked exception getting parameter.