Uses of Interface
org.openl.rules.table.properties.ITableProperties
-
-
Uses of ITableProperties in org.openl.rules.binding
Constructors in org.openl.rules.binding with parameters of type ITableProperties Constructor Description TableProperties(ITableProperties tableProperties) -
Uses of ITableProperties in org.openl.rules.lang.xls.binding
Methods in org.openl.rules.lang.xls.binding that return ITableProperties Modifier and Type Method Description ITablePropertiesXlsModuleOpenClass. getGlobalTableProperties()Methods in org.openl.rules.lang.xls.binding with parameters of type ITableProperties Modifier and Type Method Description voidXlsModuleOpenClass. addGlobalTableProperties(ITableProperties globalProperties)intTableVersionComparator. compare(ITableProperties first, ITableProperties second) -
Uses of ITableProperties in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return ITableProperties Modifier and Type Method Description ITablePropertiesAbstractAlgorithmSubroutineMethodWrapper. getMethodProperties()ITablePropertiesAbstractAlgorithmWrapper. getMethodProperties()ITablePropertiesAbstractColumnMatchWrapper. getMethodProperties()ITablePropertiesAbstractDecisionTableWrapper. getMethodProperties()ITablePropertiesAbstractSpreadsheetWrapper. getMethodProperties()ITablePropertiesAbstractTableMethodWrapper. getMethodProperties() -
Uses of ITableProperties in org.openl.rules.lang.xls.syntax
Methods in org.openl.rules.lang.xls.syntax that return ITableProperties Modifier and Type Method Description ITablePropertiesTableSyntaxNodeAdapter. getProperties()ITablePropertiesTableSyntaxNode. getTableProperties()Methods in org.openl.rules.lang.xls.syntax with parameters of type ITableProperties Modifier and Type Method Description voidTableSyntaxNode. setTableProperties(ITableProperties properties) -
Uses of ITableProperties in org.openl.rules.method
Methods in org.openl.rules.method that return ITableProperties Modifier and Type Method Description ITablePropertiesExecutableRulesMethod. getMethodProperties()ITablePropertiesITablePropertiesMethod. getMethodProperties()Methods in org.openl.rules.method with parameters of type ITableProperties Modifier and Type Method Description protected voidExecutableRulesMethod. initProperties(ITableProperties tableProperties) -
Uses of ITableProperties in org.openl.rules.table
Methods in org.openl.rules.table that return ITableProperties Modifier and Type Method Description ITablePropertiesIOpenLTable. getProperties() -
Uses of ITableProperties in org.openl.rules.table.properties
Classes in org.openl.rules.table.properties that implement ITableProperties Modifier and Type Class Description classTablePropertiesMethods in org.openl.rules.table.properties that return ITableProperties Modifier and Type Method Description static ITablePropertiesPropertiesHelper. getTableProperties(IOpenMethod method) -
Uses of ITableProperties in org.openl.rules.table.properties.def
Methods in org.openl.rules.table.properties.def that return ITableProperties Modifier and Type Method Description static ITablePropertiesTablePropertyDefinitionUtils. buildGlobalTableProperties()static ITablePropertiesTablePropertyDefinitionUtils. buildGlobalTableProperties(Map<String,Object> globalProperties) -
Uses of ITableProperties in org.openl.rules.table.properties.expressions.sequence
Methods in org.openl.rules.table.properties.expressions.sequence with parameters of type ITableProperties Modifier and Type Method Description intFilledPropertiesPriorityRule. compare(ITableProperties properties1, ITableProperties properties2)intIntersectedPropertiesPriorityRule. compare(ITableProperties tableProperties1, ITableProperties tableProperties2)intIPriorityRule. compare(ITableProperties properties1, ITableProperties properties2)static intFilledPropertiesPriorityRule. getNumberOfSpecifiedProperties(ITableProperties properties) -
Uses of ITableProperties in org.openl.rules.types.impl
Methods in org.openl.rules.types.impl that return types with arguments of type ITableProperties Modifier and Type Method Description List<Comparator<ITableProperties>>DefaultTablePropertiesSorter. getMaxMinPriorityRules()Methods in org.openl.rules.types.impl with parameters of type ITableProperties Modifier and Type Method Description protected abstract PIntersectionConstraint. getPropertyValue(ITableProperties secondProperties)protected abstract PMatchingConstraint. getPropertyValue(ITableProperties properties)protected abstract TPropertyAccessDelegation. getPropertyValue(ITableProperties properties)MatchingResultDefaultPropertiesContextMatcher. match(String propName, ITableProperties props, IRulesRuntimeContext context)IntersectionTypeDefaultPropertiesIntersectionFinder. match(String propName, ITableProperties props1, ITableProperties props2)IntersectionTypeIntersectionConstraint. match(ITableProperties firstProperties, ITableProperties secondProperties)MatchingResultIPropertiesContextMatcher. match(String propertyName, ITableProperties tableProperties, IRulesRuntimeContext context)Matcher compares a single Table property and returns one of the 3 values NO_MATCH, if a property does not match with a context variable MATCH_BY_DEFAULT, for example, context has value for LOB, but properties have empty value MATCHMatchingResultMatchingConstraint. match(ITableProperties properties, IRulesRuntimeContext context)
-