| Package | Description |
|---|---|
| com.github.cschen1205.ess.engine | |
| com.github.cschen1205.ess.enums |
| Modifier and Type | Method and Description |
|---|---|
protected IntersectionType |
RegexMatchClause.intersect(Clause rhs) |
protected IntersectionType |
NegationClause.intersect(Clause rhs) |
protected IntersectionType |
LessClause.intersect(Clause rhs) |
protected IntersectionType |
LEClause.intersect(Clause rhs) |
protected IntersectionType |
GreaterClause.intersect(Clause rhs) |
protected IntersectionType |
GEClause.intersect(Clause rhs) |
protected IntersectionType |
EqualsClause.intersect(Clause rhs) |
protected IntersectionType |
Clause.intersect(Clause rhs) |
IntersectionType |
Clause.matchClause(Clause rhs) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2017. All rights reserved.