Uses of Interface
org.openl.rules.validator.IValidationResult
-
Packages that use IValidationResult Package Description org.openl.rules.dt.validator org.openl.rules.validator -
-
Uses of IValidationResult in org.openl.rules.dt.validator
Classes in org.openl.rules.dt.validator that implement IValidationResult Modifier and Type Class Description classDecisionTableValidationResultMethods in org.openl.rules.dt.validator that return IValidationResult Modifier and Type Method Description IValidationResultDecisionTableValidator. validate(IValidatedObject validatedObject, OpenL openl) -
Uses of IValidationResult in org.openl.rules.validator
Methods in org.openl.rules.validator that return IValidationResult Modifier and Type Method Description IValidationResultIValidator. validate(IValidatedObject objectToValidate, OpenL openl)
-