| Package | Description |
|---|---|
| cetus.analysis |
| Modifier and Type | Method and Description |
|---|---|
static Relation |
Relation.AND(Relation rel1,
Relation rel2)
Logical AND operation between two relation objects.
|
Relation |
RangeDomain.compare(Expression e1,
Expression e2)
Returns the relation between the two expressions under the constraints
implied by the set of value ranges in the RangeDomain object.
|
static Relation |
RangeDomain.compare(Expression e1,
RangeDomain rd1,
Expression e2,
RangeDomain rd2)
Compares two expressions symbolically with the given range domain
|
static Relation |
Relation.OR(Relation rel1,
Relation rel2)
Logical OR operation between two relation objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Relation |
Relation.AND(Relation rel1,
Relation rel2)
Logical AND operation between two relation objects.
|
static Relation |
Relation.OR(Relation rel1,
Relation rel2)
Logical OR operation between two relation objects.
|