Uses of Interface
org.openl.rules.validator.IValidatedObject
-
Packages that use IValidatedObject Package Description org.openl.rules.dt.validator org.openl.rules.validator -
-
Uses of IValidatedObject in org.openl.rules.dt.validator
Subinterfaces of IValidatedObject in org.openl.rules.dt.validator Modifier and Type Interface Description interfaceIDecisionTableValidatedObjectClasses in org.openl.rules.dt.validator that implement IValidatedObject Modifier and Type Class Description classDecisionTableValidatedObjectMethods in org.openl.rules.dt.validator with parameters of type IValidatedObject Modifier and Type Method Description IValidationResultDecisionTableValidator. validate(IValidatedObject validatedObject, OpenL openl) -
Uses of IValidatedObject in org.openl.rules.validator
Methods in org.openl.rules.validator with parameters of type IValidatedObject Modifier and Type Method Description IValidationResultIValidator. validate(IValidatedObject objectToValidate, OpenL openl)
-