public class ConditionVisit extends Object
Visitors to walk through a Condition tree which may contain
CompositeCondition elements.| Constructor and Description |
|---|
ConditionVisit(Condition root)
Initialize class with the supplied root
Condition |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor<Condition> visitor)
Submit the supplied visitor and apply it to all
Condition instances in the tree |
Copyright © 2021 OCPsoft. All rights reserved.