org.axiondb.engine.visitors

Class FlattenWhereNodeVisitor

public class FlattenWhereNodeVisitor extends Object implements SelectableVisitor

Decomposes a WhereNodetree into a LinkedHashSetof WhereNodes that were originally ANDed together in the source tree.

Author: Morgan Delagrange Chuck Burdick Ahimanikya Satapathy

Field Summary
protected Set_nodes
Method Summary
SetgetNodes(Selectable node)
voidvisit(Selectable sel)

Field Detail

_nodes

protected Set _nodes

Method Detail

getNodes

public Set getNodes(Selectable node)

visit

public void visit(Selectable sel)