EntityConditionVisitor Questions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

EntityConditionVisitor Questions

Adrian Crum
Is EntityConditionVisitor being used anywhere? If not, I would like to
work on cleaning it up.

If it was intended to be used to implement the visitor pattern, it is
backwards. The visitor interface should contain the visit methods, and
the concrete classes being visited should contain the accept method.

-Adrian