| Package | Description |
|---|---|
| org.calrissian.mango.criteria.domain | |
| org.calrissian.mango.criteria.visitor |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentNode.accept(NodeVisitor visitor) |
void |
Node.accept(NodeVisitor visitor) |
void |
Leaf.accept(NodeVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollapseParentClauseVisitor
Multiple And/Or descending down the tree can be rolled up.
|
class |
EmptyParentCollapseVisitor
A parent node with no children can be deleted.
|
class |
PrintNodeVisitor
Date: 11/12/12
Time: 5:47 PM
|
class |
SingleClauseCollapseVisitor
If the parent has only one child, the child can be rolled up into the parent's parent.
|
Copyright © 2014 Calrissian. All rights reserved.