Uses of Interface
org.openl.rules.dt.IBaseDecisionRow
-
Packages that use IBaseDecisionRow Package Description org.openl.rules.dt org.openl.rules.dt.data org.openl.rules.dt.element org.openl.rules.dt.validator -
-
Uses of IBaseDecisionRow in org.openl.rules.dt
Subinterfaces of IBaseDecisionRow in org.openl.rules.dt Modifier and Type Interface Description interfaceIBaseActioninterfaceIBaseCondition -
Uses of IBaseDecisionRow in org.openl.rules.dt.data
Methods in org.openl.rules.dt.data that return IBaseDecisionRow Modifier and Type Method Description IBaseDecisionRowConditionOrActionDirectParameterField. getConditionOrAction()IBaseDecisionRowConditionOrActionParameterField. getConditionOrAction() -
Uses of IBaseDecisionRow in org.openl.rules.dt.element
Subinterfaces of IBaseDecisionRow in org.openl.rules.dt.element Modifier and Type Interface Description interfaceIActioninterfaceIConditioninterfaceIDecisionRowClasses in org.openl.rules.dt.element that implement IBaseDecisionRow Modifier and Type Class Description classActionclassConditionclassFunctionalRow -
Uses of IBaseDecisionRow in org.openl.rules.dt.validator
Methods in org.openl.rules.dt.validator with parameters of type IBaseDecisionRow Modifier and Type Method Description booleanDecisionTableAnalyzer. containsFormula(IBaseDecisionRow row)IDomain<?>DecisionTableAnalyzer. getParameterDomain(String parameterName, IBaseDecisionRow condition)IParameterDeclaration[]DecisionTableAnalyzer. referencedSignatureParams(IBaseDecisionRow row)Goes through the condition in algorithm column and search the params that are income parameters from the signature.Constructors in org.openl.rules.dt.validator with parameters of type IBaseDecisionRow Constructor Description ConditionAnalyzer(IBaseDecisionRow condition)
-