| Package | Description |
|---|---|
| org.openl.rules.types.impl |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> IntersectionType |
IntersectionConstraint.intersectionForCONTAINS(Comparable<T>[] firstValue,
Comparable<T>[] secondValue) |
protected static <T> IntersectionType |
IntersectionConstraint.intersectionForEQ(Comparable<T> firstValue,
Comparable<T> secondValue) |
protected static <T> IntersectionType |
IntersectionConstraint.intersectionForGE(Comparable<T> firstValue,
Comparable<T> secondValue) |
protected static <T> IntersectionType |
IntersectionConstraint.intersectionForLE(Comparable<T> firstValue,
Comparable<T> secondValue) |
IntersectionType |
IntersectionConstraint.match(ITableProperties firstProperties,
ITableProperties secondProperties) |
IntersectionType |
DefaultPropertiesIntersectionFinder.match(String propName,
ITableProperties props1,
ITableProperties props2) |
protected abstract IntersectionType |
IntersectionConstraint.matchNotNulls(P firstValue,
P secondValue) |
protected IntersectionType |
IntersectionConstraint.matchValues(P firstValue,
P secondValue) |
static IntersectionType |
IntersectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntersectionType[] |
IntersectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2004–2019 OpenL Tablets. All rights reserved.