| Modifier and Type | Method and Description |
|---|---|
int |
TableVersionComparator.compare(ITableProperties first,
ITableProperties second) |
| Modifier and Type | Method and Description |
|---|---|
ITableProperties |
AlgorithmSubroutineMethodWrapper.getMethodProperties() |
ITableProperties |
AlgorithmWrapper.getMethodProperties() |
ITableProperties |
ColumnMatchWrapper.getMethodProperties() |
ITableProperties |
DecisionTable2Wrapper.getMethodProperties() |
ITableProperties |
SpreadsheetWrapper.getMethodProperties() |
ITableProperties |
TableMethodWrapper.getMethodProperties() |
| Modifier and Type | Method and Description |
|---|---|
ITableProperties |
TableSyntaxNodeAdapter.getProperties() |
ITableProperties |
TableSyntaxNode.getTableProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableSyntaxNode.setTableProperties(ITableProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
ITableProperties |
ExecutableRulesMethod.getMethodProperties() |
ITableProperties |
ITablePropertiesMethod.getMethodProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecutableRulesMethod.initProperties(ITableProperties tableProperties) |
| Modifier and Type | Method and Description |
|---|---|
ITableProperties |
IOpenLTable.getProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
TableProperties |
| Modifier and Type | Method and Description |
|---|---|
static ITableProperties |
PropertiesHelper.getTableProperties(IOpenMethod method) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<ITableProperties> |
JavaClassTablesComparator.getComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
ASimplePriorityRule.compare(ITableProperties properties1,
ITableProperties properties2) |
int |
FilledPropertiesPriorityRule.compare(ITableProperties properties1,
ITableProperties properties2) |
int |
IntersectedPropertiesPriorityRule.compare(ITableProperties tableProperties1,
ITableProperties tableProperties2) |
int |
IPriorityRule.compare(ITableProperties properties1,
ITableProperties properties2) |
int |
JavaClassTablesComparator.compare(ITableProperties properties1,
ITableProperties properties2) |
static int |
FilledPropertiesPriorityRule.getNumberOfSpecifiedProperties(ITableProperties properties) |
abstract T |
ASimplePriorityRule.getProprtyValue(ITableProperties properties) |
| Constructor and Description |
|---|
JavaClassTablesComparator(Comparator<ITableProperties> comparator) |
| Modifier and Type | Method and Description |
|---|---|
List<Comparator<ITableProperties>> |
DefaultTablePropertiesSorter.getMaxMinPriorityRules() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract P |
IntersectionConstraint.getPropertyValue(ITableProperties secondProperties) |
protected abstract P |
MatchingConstraint.getPropertyValue(ITableProperties properties) |
protected abstract T |
PropertyAccessDelegation.getPropertyValue(ITableProperties properties) |
MatchingResult |
MatchingConstraint.match(ITableProperties properties,
IRulesRuntimeContext context) |
IntersectionType |
IntersectionConstraint.match(ITableProperties firstProperties,
ITableProperties secondProperties) |
MatchingResult |
DefaultPropertiesContextMatcher.match(String propName,
ITableProperties props,
IRulesRuntimeContext context) |
MatchingResult |
IPropertiesContextMatcher.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
MATCH
|
IntersectionType |
DefaultPropertiesIntersectionFinder.match(String propName,
ITableProperties props1,
ITableProperties props2) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.