Uses of Interface
org.openl.rules.dt.validator.IDecisionTableValidatedObject
-
Packages that use IDecisionTableValidatedObject Package Description org.openl.rules.dt.validator -
-
Uses of IDecisionTableValidatedObject in org.openl.rules.dt.validator
Classes in org.openl.rules.dt.validator that implement IDecisionTableValidatedObject Modifier and Type Class Description classDecisionTableValidatedObjectMethods in org.openl.rules.dt.validator with parameters of type IDecisionTableValidatedObject Modifier and Type Method Description IOpenClassDecisionTableAnalyzer. transformSignatureType(IParameterDeclaration paramDeclarationFromSignature, IDecisionTableValidatedObject decisionTableToValidate)Takes the paramDeclarationFromSignature and transform its type to appropriate for validating.Constructors in org.openl.rules.dt.validator with parameters of type IDecisionTableValidatedObject Constructor Description ValidationAlgorithm(IDecisionTableValidatedObject validatedObject, OpenL openl)
-