| Package | Description |
|---|---|
| org.calrissian.mango.criteria.domain | |
| org.calrissian.mango.criteria.support | |
| org.calrissian.mango.criteria.visitor |
| Modifier and Type | Class and Description |
|---|---|
class |
EqualsLeaf<T> |
class |
GreaterThanEqualsLeaf<T> |
class |
GreaterThanLeaf<T> |
class |
HasLeaf<T> |
class |
HasNotLeaf<T> |
class |
InLeaf<T extends Collection> |
class |
LessThanEqualsLeaf<T> |
class |
LessThanLeaf<T> |
class |
NotEqualsLeaf<T> |
class |
NotInLeaf<T extends Collection> |
class |
RangeLeaf<T> |
class |
TermLeaf |
class |
TermValueLeaf<T> |
class |
TypedTermLeaf<T> |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NodeUtils.isRangeLeaf(Leaf leaf)
Determines if leaf represents a possible range of values (bounded or unbounded)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollapseParentClauseVisitor.visit(Leaf node) |
void |
EmptyParentCollapseVisitor.visit(Leaf node) |
void |
NodeVisitor.visit(Leaf node) |
void |
PrintNodeVisitor.visit(Leaf node) |
void |
SingleClauseCollapseVisitor.visit(Leaf node) |
Copyright © 2018 Calrissian. All rights reserved.