| Package | Description |
|---|---|
| org.calrissian.mango.criteria.domain | |
| org.calrissian.mango.criteria.visitor |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.accept(NodeVisitor visitor) |
void |
Leaf.accept(NodeVisitor visitor) |
void |
ParentNode.accept(NodeVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollapseParentClauseVisitor
Multiple And/Or descending down the tree can be rolled up.
|
class |
EmptyParentCollapseVisitor |
class |
PrintNodeVisitor |
class |
SingleClauseCollapseVisitor
If the parent has only one child, the child can be rolled up into the parent's parent.
|
Copyright © 2019 Calrissian. All rights reserved.