Package org.openl.rules.validation
Class GapOverlapValidator
- java.lang.Object
-
- org.openl.rules.validation.TablesValidator
-
- org.openl.rules.validation.GapOverlapValidator
-
- All Implemented Interfaces:
IOpenLValidator
public class GapOverlapValidator extends TablesValidator
Gap/overlap analysis for Decision Tables with property "validateDT" == "on".- Author:
- PUdalau
-
-
Constructor Summary
Constructors Constructor Description GapOverlapValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationResultvalidateTables(TableSyntaxNode[] tableSyntaxNodes, IOpenClass openClass)-
Methods inherited from class org.openl.rules.validation.TablesValidator
validate
-
-
-
-
Method Detail
-
validateTables
public ValidationResult validateTables(TableSyntaxNode[] tableSyntaxNodes, IOpenClass openClass)
- Specified by:
validateTablesin classTablesValidator
-
-